C++程序  |  8行  |  85 B

#include <stdio.h>

int main(void)
{
  printf("Hello from file2.c\n");
  return 0;
}