diff --git a/example b/example deleted file mode 100644 index 11b0e5a..0000000 --- a/example +++ /dev/null @@ -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)