diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..0ca17cf --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,7 @@ +#include + +int main(int argc, char const *argv[]) +{ + std::cout << "Hello world"; + return 0; +}