blob: 26ec1889ad3501aea652b80fc528acc787da3fd1 [file] [log] [blame]
#include <stdio.h>
#include "lib/shared.h"
int main(void)
{
printf("Hello from %s.\n", kSharedStr);
return 0;
}