moved examples

This commit is contained in:
bellard
2005-04-14 23:56:18 +00:00
parent 7baf968102
commit 02af482c32
5 changed files with 0 additions and 0 deletions

8
examples/ex1.c Executable file
View File

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