Files
SILCHENKO_CI-CD/test.cpp
SILCHENKO 83476661ee
Some checks failed
CI/CD / build-and-test (push) Failing after 37s
first commit
2026-05-24 18:33:10 +03:00

7 lines
112 B
C++

#include <iostream>
int main() {
std::cout << "Running simple test..." << std::endl;
return 0;
}