C++程序  |  6行  |  57 B

#include <stdio.h>

void test() {
  printf("hello\n");
}