From 220388d3b482cbe0493f4897b6c2296b596dd85f Mon Sep 17 00:00:00 2001 From: Vattana Date: Thu, 9 Feb 2023 09:16:28 +0100 Subject: [PATCH] Adding first cpp file --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..9b9307d --- /dev/null +++ b/main.cpp @@ -0,0 +1,2 @@ +int main() +return; \ No newline at end of file