Wonseok

Echo

#include <iostream>
using namespace std;
void HelloWorld()
{
cout << "Hello World!" << endl;
}
int main()
{
HelloWorld();
}
\ No newline at end of file