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