C++程序  |  8行  |  108 B

#include <stdio.h>

int main(int argc, const char *argv[])
{
    printf("Hello, world!\n");
    return 0;
}