C++程序  |  7行  |  75 B

#include <stdio.h>

void func4(void)
{
  printf("Hello from func4.c\n");
}