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