diff options
author | Anthony Wang | 2022-07-07 18:11:12 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-07 18:11:12 -0500 |
commit | 9b62eed93c2ba0b5112ad804f97cabc0e95d6d5a (patch) | |
tree | af51388e7c937ae8b35836a78daa2a6a84641f77 /mconv | |
parent | 7a6fae8e11d8babc0e1d14f71630fb243841d3db (diff) |
Start working on toolchain
Diffstat (limited to 'mconv')
-rwxr-xr-x | mconv | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/guile -s +!# + +(display "hello world") |