8bitworkshop/presets/vic20/skeleton.cc65

6 lines
67 B
Plaintext

#include <stdio.h>
void main(void) {
printf("HELLO WORLD\n");
}