C++ 2020-09-10 20:33:28 C++의 hello world 작성 방법입니다 #include int main() { cout << "hello world" << endl; return 0; }