김민석

HelloWorld

1 +#include<iostream>
2 +using namespace std;
3 +int main() {
4 + cout << "Hello World!" << endl;
5 + return 0;
6 +}
...\ No newline at end of file ...\ No newline at end of file