From 170b59dd1207d12274a5f2f40180f5fde58200dc Mon Sep 17 00:00:00 2001 From: guodo <2091861914@qq.com> Date: Mon, 11 Nov 2024 17:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/software2022202/shaoruoyan.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 classes/software2022202/shaoruoyan.cpp diff --git a/classes/software2022202/shaoruoyan.cpp b/classes/software2022202/shaoruoyan.cpp new file mode 100644 index 000000000..e2a917446 --- /dev/null +++ b/classes/software2022202/shaoruoyan.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +void shaoruoyan_ShowPersonalInfo() +{ + cout << "shaoruoyan \t\t\t hebei shijiazhuang" << endl; +} \ No newline at end of file -- Gitee