Add documentation to 75.\nAdd solutions to 75 and 76.\nAdd templates till problem 85.
This commit is contained in:
8
python/e080.py
Normal file
8
python/e080.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
def euler_080():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("e080.py: " + str(euler_080()))
|
||||
assert(euler_080() == 0)
|
||||
Reference in New Issue
Block a user