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