Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Rename for better sorting in GIST
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Dec 1, 2018
1 parent e5dadd6 commit 76f7564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01.py → day01.py
Expand Up @@ -22,7 +22,7 @@ def loop_until_duplicate(numbers):

def main():
numbers = []
with open('01.txt') as f:
with open('day01.txt') as f:
for line in f:
numbers.append(int(line))

Expand Down
File renamed without changes.

0 comments on commit 76f7564

Please sign in to comment.