diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..7867d62 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello World!"; + return 0; +}