1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 08:41:30 +00:00
8bitworkshop/presets/vic20/skeleton.cc65

6 lines
67 B
Plaintext

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