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

3
lab17/print.scm Normal file
View File

@@ -0,0 +1,3 @@
; Simple test that prints 3.
(println 3)