commit 9ade43e44a832d3ea01086bd9ae995ba92d34ad8 Author: 17415400131@stu.hut.edu.cn <17415400131@stu.hut.edu.cn> Date: Fri Jan 4 21:13:53 2019 +0800 first commit diff --git a/codetest.c b/codetest.c new file mode 100644 index 0000000..e09ad56 --- /dev/null +++ b/codetest.c @@ -0,0 +1,7 @@ +#include +int main() +{ + printf("GIT test\n"); + + return 0; +} diff --git a/codetest.exe b/codetest.exe new file mode 100644 index 0000000..438d106 Binary files /dev/null and b/codetest.exe differ diff --git a/codetest.o b/codetest.o new file mode 100644 index 0000000..ed8998a Binary files /dev/null and b/codetest.o differ