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