hy/tests/native_tests/math.hy

6 lines
72 B
Hy

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