mirror of
https://github.com/OlivierGuinart/CC65BuildSolution.git
synced 2025-03-15 03:31:29 +00:00
7 lines
69 B
C
7 lines
69 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void main(void)
|
||
|
{
|
||
|
printf("Hello World\n");
|
||
|
}
|