mirror of
https://github.com/OlivierGuinart/CC65BuildSolution.git
synced 2026-04-22 01:16:43 +00:00
7 lines
69 B
C
7 lines
69 B
C
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
void main(void)
|
||
|
|
{
|
||
|
|
printf("Hello World\n");
|
||
|
|
}
|