lang-bootstrap/05/tcc-0.9.27/examples/ex5.c
2022-02-18 12:36:57 -05:00

8 lines
98 B
C

#include <stdlib.h>
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}