changed file and folder names to a sane scheme

This commit is contained in:
ikselven 2017-07-12 00:08:34 +02:00
parent c19129e6dd
commit b725343392
34 changed files with 44 additions and 0 deletions

1
e0048/euler0048.py Normal file
View file

@ -0,0 +1 @@
str(sum([x**x for x in range(1,1001)]))[-10:]