Skip to content

Commit 15eef46

Browse files
committed
Update Initializing-in-cpp-98.cpp
1 parent 41f6c5d commit 15eef46

File tree

1 file changed

+10
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)