stupid
build / build (push) Failing after 1m24s

This commit is contained in:
2026-08-30 10:31:46 -06:00
parent 64641bb258
commit 35e1b0cbe2
5 changed files with 50 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
((λ ()
(* 2 (call/cc
(λ (k)
(begin (k 6)
3))))))