2025-08-14 11:25:12 -04:00

11 lines
75 B
Fennel

(print "test foo")
(local foo 25)
(fn add [a b]
(+ a b))
{:add add}