diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..764dd61 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +auto main() -> int +{ + std::printf("Hello Welt!"); +} \ No newline at end of file