init fennel
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,10 @@
|
||||
(print "test foo")
|
||||
|
||||
(local foo 25)
|
||||
|
||||
(fn add [a b]
|
||||
(+ a b))
|
||||
|
||||
|
||||
{:add add}
|
||||
|
||||
Reference in New Issue
Block a user