diff --git a/c++/helloworld.cpp b/c++/helloworld.cpp new file mode 100644 index 0000000..1101dc8 --- /dev/null +++ b/c++/helloworld.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello World!\n"; + return 0; +} \ No newline at end of file