C++程序  |  8行  |  83 B

#include <stdio.h>

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