C++程序  |  7行  |  103 B

#include <stdio.h>

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