We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188d0ce + 71d48ce commit 051d48dCopy full SHA for 051d48d
fozik.cpp
@@ -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