Euler txt files now follow naming convention
This commit is contained in:
@@ -72,7 +72,7 @@ def add_single_digit(code, digit):
|
||||
|
||||
def euler_079():
|
||||
tests()
|
||||
with open("../txt/EulerProblem079.txt", "r") as f:
|
||||
with open("../txt/e079.txt", "r") as f:
|
||||
passcodes = sorted(list(set([line.strip() for line in f])))
|
||||
|
||||
codes = [""]
|
||||
|
||||
Reference in New Issue
Block a user