Skip to content

Commit d64e8f8

Browse files
committed
add
1 parent bf6f054 commit d64e8f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

20.8.cpp

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+
4+
int main(){
5+
cout<<"hey man! Watch your time!"<<endl;
6+
return 0;
7+
}

0 commit comments

Comments
 (0)