From 2fa0df3554480212be78e5d1c62c27bbdb899e71 Mon Sep 17 00:00:00 2001 From: F1STjd Date: Mon, 8 Dec 2025 21:13:16 +0100 Subject: [PATCH] demonstrative cpp file --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp 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