commit d63fdb96a3f8ade4951879676d3a31abb133e4ce Author: Benjo Date: Sun Dec 26 14:37:39 2021 +0100 Initial commit 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; +}