From 58c3c65d3500965d7a1b1e0b96ed6b4d9a20a20e Mon Sep 17 00:00:00 2001 From: aihoo <14662050+aihoo@user.noreply.gitee.com> Date: Mon, 8 Jul 2024 12:07:27 +0000 Subject: [PATCH] add C++/codes/2024-07/test.cpp. Signed-off-by: aihoo <14662050+aihoo@user.noreply.gitee.com> --- C++/codes/2024-07/test.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 C++/codes/2024-07/test.cpp diff --git a/C++/codes/2024-07/test.cpp b/C++/codes/2024-07/test.cpp new file mode 100644 index 0000000..bc14718 --- /dev/null +++ b/C++/codes/2024-07/test.cpp @@ -0,0 +1,9 @@ +#include + +int main() +{ + using namespace std; + cout<< "hello shuidi"<