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