lang-bootstrap/05/tcc-final/examples/ex5.c
2025-04-18 12:38:54 +01:00

8 lines
98 B
C

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