lang-bootstrap/05/tcc-0.9.27/examples/ex5.c

9 lines
98 B
C
Raw Normal View History

2022-02-18 12:36:57 -05:00
#include <stdlib.h>
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}