C++程序  |  7行  |  84 B

void print_hello(char *s);
int main()
{
    print_hello("Android");
    return 0;
}