From 5aac3c3f8bcfef0b2aad28d91d87b9ebf1d5e7df Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 28 Jul 2024 12:52:38 +0200 Subject: first commit --- helloworld.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helloworld.cpp (limited to 'helloworld.cpp') diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..56575d4 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,9 @@ +#include +#include + +int main (void) { + + std::cout << "Hello world!" << std::endl; + + return 0; +} -- cgit v1.2.3