From dc1d99e218196a62671430416d89b9c9e4318a7e Mon Sep 17 00:00:00 2001 From: sheayu <2747824354@qq.com> Date: Wed, 1 Feb 2023 20:54:28 +0800 Subject: [PATCH] remove first.cpp --- first.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 first.cpp diff --git a/first.cpp b/first.cpp deleted file mode 100644 index 39a5c2c..0000000 --- a/first.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include -int main() -{ - printf("这是我的第一个使用Git管理的代码!"); - return 0; -} -- GitLab