Files
ProjectEulerPython/ProjectEuler.py

5 lines
56 B
Python

#!/bin/python3
from Driver import Driver
Driver.main()