blob: 64416b6391696319f916ec97cc2d0d256cc94715 [file] [log] [blame]
#include <iostream>
int main()
{
std::cout << "Hello World!!" << std::endl;
return 0;
}