tinycc/examples/ex1.c
2009-04-18 15:08:03 +02:00

9 lines
106 B
C
Executable File

#! /usr/local/bin/tcc -run
#include <tcclib.h>
int main()
{
printf("Hello World\n");
return 0;
}