From a3cae263323a93365f6391764f17aab0e6f5e894 Mon Sep 17 00:00:00 2001 From: NukeBird Date: Mon, 10 Feb 2025 20:34:05 +0300 Subject: [PATCH] Add test_file.cpp --- test_file.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test_file.cpp diff --git a/test_file.cpp b/test_file.cpp new file mode 100644 index 0000000..52e855e --- /dev/null +++ b/test_file.cpp @@ -0,0 +1,5 @@ +int main() +{ + //oh hi Mark + return 0; +} \ No newline at end of file