mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-26 03:50:07 +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;
|
|
}
|