From 3cc03cefe3c4cdc63618fac5a727b9b7ca857b1c Mon Sep 17 00:00:00 2001 From: sheayu <2747824354@qq.com> Date: Mon, 16 Jan 2023 16:04:12 +0800 Subject: [PATCH] wrote a first file --- first.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 first.cpp diff --git a/first.cpp b/first.cpp new file mode 100644 index 0000000..39a5c2c --- /dev/null +++ b/first.cpp @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("这是我的第一个使用Git管理的代码!"); + return 0; +} -- GitLab