about summary refs log tree commit diff stats
path: root/janet/tmplt/src/app.janet
blob: f28aaf8bc3eb426a2a9e99e8aebaf513d21c305b (plain) (blame)
1
2
3
(defn add [a b]
  (+ a b))