aboutsummaryrefslogtreecommitdiff
path: root/apps/test.c
blob: 8004b34de6a623344a7aed03ddf3d0f8fd07462f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <def.h>
#include <gui.h>
#include <print.h>

int main()
{
	print("[test loaded]\n");
	gui_new_window();
	while (1) {
	};
	return 0;
}