1
0
mirror of https://github.com/nArnoSNES/tcc-65816.git synced 2025-04-11 07:37:17 +00:00
2017-06-09 14:05:26 +02:00

9 lines
107 B
C
Executable File

#! /usr/local/bin/tcc -run
#include <tcclib.h>
int main()
{
printf("Hello World\n");
return 0;
}