blob: 5fd53b342b7aa010464cb1fcf89f90d68bbf1d9a [file] [log] [blame]
#include<stdio.h>
void
print(char* s)
{
printf("%s\n",s);
}