init fennel

This commit is contained in:
Adam Jeniski 2025-08-14 11:25:12 -04:00
parent 6609f29403
commit c47b500a7f
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
{}

10
.config/nvim/fnl/main.fnl Normal file
View File

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