Commit 5d10977f authored by Kevin Modzelewski's avatar Kevin Modzelewski

I guess math was split out to a shared module

parent b2256729
......@@ -8,4 +8,4 @@ x = repr(empty_module)
print x[0:29]
print x[-2:]
print repr(math)
print repr(math)[:10]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment