Signed-off-by: 10_2 <sairate@sina.cn>

This commit is contained in:
10_2 2024-07-15 17:35:42 +08:00
parent fe19e98253
commit 99ced1b5d3
2 changed files with 6 additions and 0 deletions

6
hello world.cpp Normal file
View File

@ -0,0 +1,6 @@
#include<iostream>
using namespace std;
int main() {
cout<<"My name is yizhiyinbao";
return 0;
}

BIN
hello world.exe Normal file

Binary file not shown.