Skip to content

Commit 7e74c02

Browse files
authored
Create 超能炸弹人.md
1 parent 50b792b commit 7e74c02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

2019.11.24/超能炸弹人.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include<iostream>
2+
using namespace std;
3+
int main()
4+
{
5+
cout<<"hello!";
6+
return 0;
7+
}

0 commit comments

Comments
 (0)