blob: 76c78ae66e13e97ec5bd698afab98e216f15dc5b [file] [log] [blame]
void print_hello(char *s);
int main()
{
print_hello("Android");
return 0;
}