gbdk_playground/hello_world/hello_world.c

8 lines
110 B
C
Raw Permalink Normal View History

2020-07-11 13:41:14 +00:00
#include <gb/gb.h>
#include <stdio.h>
void main() {
printf("Hello World!");
printf("\n\nPress Start");
}