hy/tests/lang/foo.hy
2012-12-22 23:09:08 -05:00

5 lines
112 B
Hy

; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
(defn square [arg]
(return (* arg arg)))