C++程序  |  10行  |  136 B

#include <stdio.h>

#include "lib/shared.h"

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