diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..038fe0b --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include + +using namespace std; + +int main(){ + cout << "Hello, World!" << endl; +}