From 5fa5668828e5effb6ddee83634da390ce88f4aa9 Mon Sep 17 00:00:00 2001 From: nudt Date: Thu, 8 Jul 2021 17:06:49 +0100 Subject: [PATCH] test_git --- linux-0.11-lab/b/test_git.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 linux-0.11-lab/b/test_git.c diff --git a/linux-0.11-lab/b/test_git.c b/linux-0.11-lab/b/test_git.c new file mode 100755 index 0000000..3b643f1 --- /dev/null +++ b/linux-0.11-lab/b/test_git.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("I am test_git!\n"); + return 0; +} \ No newline at end of file