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