nick.c   [plain text]


#include <stdio.h>
main()
{ 

  puts ("HI");
  puts ("HI");
  puts ("HI");

}