init commit

This commit is contained in:
SILCHENKO
2026-05-24 18:06:03 +03:00
commit 2cc6b72b6b
4 changed files with 64 additions and 0 deletions

7
test.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
int main() {
// Тест проходит успешно, если возвращает 0
std::cout << "Running simple test..." << std::endl;
return 0;
}