C++程序  |  10行  |  118 B

#include <stdio.h>

#include "lib/shared.h"

int main(void)
{
  printf("Hello from %s.\n", kSharedStr);
  return 0;
}