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