lab17: init

This commit is contained in:
2026-04-22 11:03:07 -07:00
parent 6aa6c9f076
commit 6d6820009b
13 changed files with 417 additions and 0 deletions

4
lab17/test2.scm Normal file
View File

@@ -0,0 +1,4 @@
(println (+ 2 3 4))
(println (- 13 (* 2 4)))
(println (- 10 4 3))