Skip to content

Commit b99515a

Browse files
Merge pull request #4951 from SimplyFozik/main
2 parents 051d48d + 95b3faa commit b99515a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fozik.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include <iostream>
22

3-
using namespace std;
4-
53
int main()
64
{
7-
cout << "Fozik Was Here" << endl;
5+
std::cout << "Fozik Was Here\n";
86
}

0 commit comments

Comments
 (0)