commit 56fc4917a45a3a874954acd5f0f594e626287e83 Author: hutjsj@163.com Date: Thu Jan 3 13:44:51 2019 +0800 first commit diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..a2830fe --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include +int main(void) +{ + printf("hello word!\n"); + return 0; +} diff --git a/hello.exe b/hello.exe new file mode 100644 index 0000000..3e151f9 Binary files /dev/null and b/hello.exe differ