summaryrefslogtreecommitdiff
path: root/src/main.c
blob: f640bc13a23a4409a548aaf3b288d6ed187acec1 (plain)
1
2
3
4
5
6
7
8
9
10
#include "apple.h"

int main() {
	
	//VideoInit();

	AppleOn();

	return 0;
}