From d63fdb96a3f8ade4951879676d3a31abb133e4ce Mon Sep 17 00:00:00 2001 From: Benjo Date: Sun, 26 Dec 2021 14:37:39 +0100 Subject: [PATCH] Initial commit --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 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; +}