aboutsummaryrefslogtreecommitdiff
path: root/mc
diff options
context:
space:
mode:
authorAnthony Wang2022-07-07 18:11:12 -0500
committerAnthony Wang2022-07-07 18:11:12 -0500
commit9b62eed93c2ba0b5112ad804f97cabc0e95d6d5a (patch)
treeaf51388e7c937ae8b35836a78daa2a6a84641f77 /mc
parent7a6fae8e11d8babc0e1d14f71630fb243841d3db (diff)
Start working on toolchain
Diffstat (limited to 'mc')
-rwxr-xr-xmc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mc b/mc
new file mode 100755
index 0000000..8b18461
--- /dev/null
+++ b/mc
@@ -0,0 +1,4 @@
+#!/usr/bin/guile -s
+!#
+
+(display "hello world")