diff options
| author | bellard <bellard> | 2003-10-04 21:25:32 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2003-10-04 21:25:32 +0000 |
| commit | 9890ea1233a1caf84782a0ab364622a8444e0519 (patch) | |
| tree | 48bf2d06c42ac7432207a1d0c579263b9a1144b6 /ex5.c | |
| parent | feed3262c91df6e491e3f529192acdcc6a72f157 (diff) | |
| download | tinycc-9890ea1233a1caf84782a0ab364622a8444e0519.tar.gz tinycc-9890ea1233a1caf84782a0ab364622a8444e0519.tar.bz2 | |
added examples
Diffstat (limited to 'ex5.c')
| -rw-r--r-- | ex5.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#include <stdlib.h> +#include <stdio.h> + +int main() +{ + printf("Hello World\n"); + return 0; +} |
