Euler txt files now follow naming convention
This commit is contained in:
@@ -2,7 +2,7 @@ from e018 import find_greatest_path_sum_in_triangle_string
|
||||
|
||||
|
||||
def euler_067():
|
||||
with open("../txt/EulerProblem067.txt") as f:
|
||||
with open("../txt/e067.txt") as f:
|
||||
return find_greatest_path_sum_in_triangle_string(f.read())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user