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