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