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