김민석

HelloWorld

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