hy/tests/native_tests/math.hy
Paul R. Tagliamonte 7a925b5ee4 futzing with ideas
2013-03-05 20:28:09 -05:00

6 lines
68 B
Hy

; copyright ..
(def test_basic_math (fn []
(assert (+ 2 2) 4)))