C++程序  |  5行  |  59 B

int main() {
    printf("Hello, world\n");
    return 0;
}