hy/tests/lang/foo.hy
Paul Tagliamonte f956b75e4e tests, again
2012-12-23 14:02:47 -05:00

5 lines
103 B
Hy

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