This website requires JavaScript.
Explore
Help
Sign In
Yaltik
/
hy
Watch
2
Star
0
Fork
0
You've already forked hy
Code
Pull Requests
Releases
Activity
hy
/
tests
/
lang
/
foo.hy
5 lines
103 B
Hy
Raw
Normal View
History
Unescape
Escape
hacking on stuff.
2012-12-18 09:11:42 -05:00
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
fixing the tests
2012-12-22 23:09:08 -05:00
(
defn
square
[
arg
]
tests, again
2012-12-23 14:02:47 -05:00
(
*
arg
arg
)
)
Copy Permalink