Skip to content

Commit 8e4595d

Browse files
authored
First code
1 parent 599dce6 commit 8e4595d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

First.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include<iostream>
2+
int main(){
3+
std:: cout<<"HELLO FOLKS";
4+
return 0;
5+
}

0 commit comments

Comments
 (0)