// Testing, 1..2.. Testing...
// Is this thing on?
// Sound check is good, what a nice arena!
#include
int main()
{
std::cout << "Hello, World!!" << std::endl;
return 0;
}
// Testing, 1..2.. Testing...
// Is this thing on?
// Sound check is good, what a nice arena!
#include
int main()
{
std::cout << "Hello, World!!" << std::endl;
return 0;
}