Add documentation to 75.\nAdd solutions to 75 and 76.\nAdd templates till problem 85.

This commit is contained in:
2019-08-15 23:26:47 -04:00
parent d9e31d69cf
commit 824f3a3a8c
12 changed files with 95 additions and 5 deletions

8
python/e085.py Normal file
View File

@@ -0,0 +1,8 @@
def euler_085():
return 0
if __name__ == "__main__":
print("e085.py: " + str(euler_085()))
assert(euler_085() == 0)