first commit
Some checks failed
CI/CD / build-and-test (push) Failing after 37s

This commit is contained in:
SILCHENKO
2026-05-24 18:33:10 +03:00
parent ccac72f06f
commit 83476661ee
3 changed files with 1 additions and 3 deletions

View File

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