about summary refs log tree commit diff stats
path: root/ex1.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex1.mu')
-rw-r--r--ex1.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/ex1.mu b/ex1.mu
new file mode 100644
index 00000000..0b379f60
--- /dev/null
+++ b/ex1.mu
@@ -0,0 +1,3 @@
+fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
+  loop
+}