mirror of
https://github.com/nArnoSNES/tcc-65816.git
synced 2025-04-11 23:37:09 +00:00
9 lines
99 B
C
9 lines
99 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello World\n");
|
|
return 0;
|
|
}
|