hy/tests/lang/foo.hy

5 lines
103 B
Hy
Raw Normal View History

2012-12-18 09:11:42 -05:00
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
2012-12-22 23:09:08 -05:00
(defn square [arg]
2012-12-23 14:02:47 -05:00
(* arg arg))