hy/tests/lang/foo.hy

5 lines
103 B
Hy
Raw Normal View History

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