commit 742ecfb379e2408393f916097c1fe010152cd082 Author: 郑周委 <1301247963@qq.com> Date: Tue Jan 8 16:18:17 2019 +0800 fitst commit diff --git a/Hello word.c b/Hello word.c new file mode 100644 index 0000000..85a0bf0 --- /dev/null +++ b/Hello word.c @@ -0,0 +1,5 @@ +#include +int main (void) +{ printf("Hello Word!\n"); + return 0; +} diff --git a/Hello word.exe b/Hello word.exe new file mode 100644 index 0000000..3009971 Binary files /dev/null and b/Hello word.exe differ