blob: 6295263975435cf01498935696f1bb7003ca89be [file] [log] [blame]
#include <stdio.h>
int main()
{
printf("Hello there\n");
return(0);
}