mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
9 lines
98 B
C
9 lines
98 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello World\n");
|
|
return 0;
|
|
}
|