about summary refs log tree commit diff stats
path: root/apps/tile/main.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-13 00:41:09 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-13 00:41:09 -0700
commit40d40b83decac3d4f9a3da2dc222d19d1ab704f1 (patch)
tree0cab75c658079a04ad018b434cd1b877dcecafec /apps/tile/main.mu
parente99f527da03b1b1556af2f01e16ad3e6c0f37f8c (diff)
downloadmu-40d40b83decac3d4f9a3da2dc222d19d1ab704f1.tar.gz
6776 - new app: a programming environment
This will take a while.
Diffstat (limited to 'apps/tile/main.mu')
-rw-r--r--apps/tile/main.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tile/main.mu b/apps/tile/main.mu
new file mode 100644
index 00000000..d6dad159
--- /dev/null
+++ b/apps/tile/main.mu
@@ -0,0 +1,3 @@
+fn main -> exit-status/ebx: int {
+  run-tests
+}