Delete driver.py

This commit is contained in:
Luke Weiler
2020-10-18 22:31:01 -04:00
committed by GitHub
parent 26c43e9f16
commit 8472e8d577

View File

@@ -1,12 +0,0 @@
# First test to run mathgenerator
# 19 Oct 2020
from mathgenerator import mathgen
problem, solution = mathgen.addition()
print(problem)
print(solution)
problem, solution = mathgen.binarytohex()
print(problem)
print(solution)