gbdk_playground/hello_world/hello_world.c

8 lines
110 B
C

#include <gb/gb.h>
#include <stdio.h>
void main() {
printf("Hello World!");
printf("\n\nPress Start");
}