blob: 2389b1efc0258f4a8ff83da3d6d8c11efbc3ad41 [file] [log] [blame] [edit]
#include <iostream>
int main()
{
std::cout << "hello, world!" << std::endl;
std::cout << "hello, world!" << std::endl;
return 0;
}