From 2e54039e0ed6aa60aaa063607e6747e4aa1520a8 Mon Sep 17 00:00:00 2001 From: kunkun <3230296178@qq.com> Date: Wed, 25 Sep 2024 19:34:15 +0800 Subject: [PATCH] firstCommit --- hello.cpp | 9 +++++++++ main.cpp | 0 2 files changed, 9 insertions(+) delete mode 100644 main.cpp diff --git a/hello.cpp b/hello.cpp index e69de29..e18609e 100644 --- a/hello.cpp +++ b/hello.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "hello world!" << endl; + return 0; +} \ No newline at end of file diff --git a/main.cpp b/main.cpp deleted file mode 100644 index e69de29..0000000