rm example

This commit is contained in:
Paul R. Tagliamonte 2013-03-01 23:23:18 -05:00
parent 5c6d98a24a
commit 46455f34b9

View File

@ -1,8 +0,0 @@
# (print ((fn [x] (* x x)) 2))
def __hy_anon_fn_00001(x):
return x * x
print __hy_anon_fn_00001(2)