From b76db3ceab5a950bfa22bfed72964fbb8fbf6465 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 9 Feb 2022 01:34:08 +0100 Subject: Initial commit --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..bc8f460 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello, World!" << std::endl; + return 0; +} -- cgit v1.2.3