Files
ProjectEulerPython/ProjectEuler.py

5 lines
56 B
Python
Executable File

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