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