int main(void) {

    printf("hello world\n");

    return 0;

}


이거 잘됨