Solve problem 87
This commit is contained in:
9
python/e086.py
Normal file
9
python/e086.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
def euler_086():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
solution = euler_086()
|
||||
print("e086.py: " + str(solution))
|
||||
assert(solution == 0)
|
||||
Reference in New Issue
Block a user