commit b14f8d595053bd415bede219723b71e7f4a22b9f Author: Cat Flynn Date: Sun Jul 23 16:45:15 2023 +0200 feat: initial commit diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..df28b27 --- /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