From 71d48cee79d65689891938ff663065137946494e Mon Sep 17 00:00:00 2001 From: Fozik Date: Sat, 31 May 2025 16:37:15 +0500 Subject: [PATCH] Create fozik.cpp --- fozik.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fozik.cpp 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; +}