9 lines
106 B
C
Raw Normal View History

2003-10-04 21:25:32 +00:00
#! /usr/local/bin/tcc -run
#include <tcclib.h>
2009-04-18 14:31:35 +02:00
int main()
2003-10-04 21:25:32 +00:00
{
printf("Hello World\n");
return 0;
}