From 1ea4ccc3ae9f605bfca7568056fab6a4c609ad82 Mon Sep 17 00:00:00 2001 From: LCM Date: Tue, 13 May 2025 17:29:39 +0200 Subject: [PATCH] Second commit --- main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..8197dd6 --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() { + std::cout << "Hello World" << std::endl; + return 0; +}