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