diff --git a/test.c b/test.c new file mode 100644 index 0000000000000000000000000000000000000000..de333817829897bfadc69f017438e5dd7a2744ba --- /dev/null +++ b/test.c @@ -0,0 +1,7 @@ +#include +int main() +{ + printf("hello Git!"); + printf("hello tangman!") + return 0; +}