5 lines
103 B
Hy
5 lines
103 B
Hy
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
|
|
|
(defn square [arg]
|
|
(* arg arg))
|