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