diff --git a/sjq.cpp b/sjq.cpp index ff4d5a1..bc5612e 100644 --- a/sjq.cpp +++ b/sjq.cpp @@ -5,4 +5,5 @@ int main(){ printf("hello git --sjq"); -} \ No newline at end of file + printf("hello git --zcj"); +} diff --git a/zcj.c b/zcj.c new file mode 100644 index 0000000..0d44ef3 --- /dev/null +++ b/zcj.c @@ -0,0 +1,6 @@ +#include "stdio.h" +int main() +{ + printf("Hello,ZCJ!"); + return 0; + }