From 70c5b503fc2bbcc40545ea84f40995071cb61100 Mon Sep 17 00:00:00 2001 From: matv864 Date: Thu, 9 Jan 2025 18:07:29 +1000 Subject: [PATCH] cpp file --- 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..fde39b7 --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main(){ + cout << "Hello World"; + + return 0; +} \ No newline at end of file