Skip to content

Commit 051d48d

Browse files
Merge pull request #4950 from SimplyFozik/main
2 parents 188d0ce + 71d48ce commit 051d48d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fozik.cpp

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

0 commit comments

Comments
 (0)