hy/tests/native_tests/math.hy

6 lines
72 B
Hy
Raw Normal View History

2013-03-06 00:39:34 +01:00
; copyright ..
2013-03-06 02:28:09 +01:00
(def test_basic_math (fn []
2013-03-06 03:42:54 +01:00
(assert (= (+ 2 2) 4))))