Finish exercises for chapter 1 section 1 and 2

This commit is contained in:
2020-10-15 20:38:28 -04:00
parent f0bacd1582
commit 604cf09ccd
5 changed files with 567 additions and 8 deletions

8
run Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
for a in "$@"
do
echo "run: $a"
mit-scheme --quiet < $a
done