#include <iostream>

using namespace std;

int main() {
cout << "Hello, World!" << endl;
return 0;
}


비주얼 스튜디오엔 이런기능 없음?


컨트롤 c 파면 알아서 이렇게붙여짐.