C++程序  |  8行  |  103 B

#include <stdio.h>

int main(int argc, char *argv[])
{
  printf("Hello from file2.c\n");
  return 0;
}