Compare commits

...

4 Commits

Author SHA1 Message Date
YangMinsheng 660709c31e Signed-off-by: YangMinsheng <3211814958@qq.com> 2023-10-06 14:33:37 +08:00
Glassyhamster203 0d6ca12220 test 2023-10-02 23:17:07 +08:00
Glassyhamster203 3623bde110 modified: zzs.cpp 2023-10-02 23:01:15 +08:00
Glassyhamster203 45a0648004 add zzs.cpp (some shit) 2023-10-02 23:01:06 +08:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -99,3 +99,6 @@ compile_commands.json
CTestTestfile.cmake
_deps
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/settings.json

View File

@ -4,5 +4,5 @@
#include <iostream>
int main(){
printf("hello git --sjq");
//printf("hello git --sjq");
}