commit 5cc9034fb307891c09337a012addc7b7712b7cd5 Author: 吴凯桥 <1370743524@qq.com> Date: Thu Jan 3 15:44:55 2019 +0800 first commit diff --git a/未命名1.cpp b/未命名1.cpp new file mode 100644 index 0000000..1079357 --- /dev/null +++ b/未命名1.cpp @@ -0,0 +1,5 @@ +#include +int main() +{ + printf("hello word\n"); +} diff --git a/未命名1.exe b/未命名1.exe new file mode 100644 index 0000000..2f733c2 Binary files /dev/null and b/未命名1.exe differ