#include <iostream>int main()
#include <iostream>
int
main()
{ std::cout << "Hello,World!" << std::endl;
{
std::cout <<
"Hello,World!"
<< std::endl;
return 0;
return
0;
}
6