mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 07:33:19 -09:00
11 lines
75 B
Fennel
11 lines
75 B
Fennel
(print "test foo")
|
|
|
|
(local foo 25)
|
|
|
|
(fn add [a b]
|
|
(+ a b))
|
|
|
|
|
|
{:add add}
|
|
|