aboutsummaryrefslogtreecommitdiff
path: root/apps/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/idle.c')
-rw-r--r--apps/idle.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/idle.c b/apps/idle.c
new file mode 100644
index 0000000..3f10c3e
--- /dev/null
+++ b/apps/idle.c
@@ -0,0 +1,7 @@
+// MIT License, Copyright (c) 2021 Marvin Borner
+
+int main(void)
+{
+ while (1)
+ ;
+}