peon/tests/math_test.pn

6 lines
82 B
Plaintext

import std;
import math;
print("Testing math module");
print(math.abs(-5) == 5);