diff --git a/hello world.cpp b/hello world.cpp new file mode 100644 index 0000000..fa54591 --- /dev/null +++ b/hello world.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() { + cout<<"My name is yizhiyinbao"; + return 0; +} diff --git a/hello world.exe b/hello world.exe new file mode 100644 index 0000000..85621c4 Binary files /dev/null and b/hello world.exe differ