aboutsummaryrefslogtreecommitdiff
path: root/apps/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/test.c')
-rw-r--r--apps/test.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/test.c b/apps/test.c
new file mode 100644
index 0000000..8004b34
--- /dev/null
+++ b/apps/test.c
@@ -0,0 +1,12 @@
+#include <def.h>
+#include <gui.h>
+#include <print.h>
+
+int main()
+{
+ print("[test loaded]\n");
+ gui_new_window();
+ while (1) {
+ };
+ return 0;
+}