This commit is contained in:
2026-05-15 21:27:36 -06:00
parent 6dda8c4268
commit 15e872779e
4 changed files with 44 additions and 18 deletions
+4
View File
@@ -0,0 +1,4 @@
;;; -*- mode:scheme -*-
(let ((x0 (prim:write 4))) x0)
+1
View File
@@ -0,0 +1 @@
(prim:write 4)