peon/tests/math_test.pn

6 lines
82 B
Plaintext
Raw Normal View History

2022-11-23 09:29:42 +01:00
import std;
import math;
print("Testing math module");
print(math.abs(-5) == 5);