#include <iostream> int main(int argc, char** argv) { std::cout << "hello world\n"; return 0; }
첫글은 hello world가 맞지