commit a3cae263323a93365f6391764f17aab0e6f5e894 Author: NukeBird Date: Mon Feb 10 20:34:05 2025 +0300 Add 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