Skip to content

Commit 68fefa7

Browse files
authored
Create main.cpp
1 parent d5e96c1 commit 68fefa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.cpp

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

0 commit comments

Comments
 (0)