diff --git a/fozik.cpp b/fozik.cpp new file mode 100644 index 000000000..a53e5db66 --- /dev/null +++ b/fozik.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() +{ + cout << "Fozik Was Here" << endl; +}