mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2025-12-06 17:43:58 -05:00
5 lines
56 B
Python
Executable File
5 lines
56 B
Python
Executable File
#!/bin/python3
|
|
|
|
from Driver import Driver
|
|
Driver.main()
|