teszt
-
#2314
#include <iostream>
int main()
{
std::cout << "Hello, Új Sg!" << std::endl;
return 0;
}