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