mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
#include <stdio.h>
|
|
|
|
void main(void) {
|
|
printf("HELLO WORLD\n");
|
|
}
|