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