Wonseok

Echo

1 +#include <iostream>
2 +using namespace std;
3 +
4 +void HelloWorld()
5 +{
6 + cout << "Hello World!" << endl;
7 +}
8 +
9 +int main()
10 +{
11 + HelloWorld();
12 +}
...\ No newline at end of file ...\ No newline at end of file