diff --git a/hello_world.cpp b/hello_world.cpp new file mode 100644 index 0000000..d76d8b9 --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() { + cout << "Hello, world!" << endl; + return 0; +} \ No newline at end of file