remove logs

This commit is contained in:
Adam Jeniski 2025-08-14 11:29:32 -04:00
parent 63a2beeb23
commit b0b2be1e8e

View File

@ -1,10 +1,9 @@
(print "test foo")
(local foo 25)
(fn add [a b]
(+ a b))
{:add add}