moved examples
This commit is contained in:
8
examples/ex1.c
Executable file
8
examples/ex1.c
Executable file
@ -0,0 +1,8 @@
|
||||
#! /usr/local/bin/tcc -run
|
||||
#include <tcclib.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user