hy/hylander.hy
2012-12-17 01:22:37 -05:00

10 lines
158 B
Hy

; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
(import ["sys"
"os.path"])
(def square (fn [x]
(* x x)))
(print os.path)