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