day 1 proper rem lambda fix

This commit is contained in:
Xevion
2019-12-01 22:34:22 -06:00
parent d9552cc716
commit 4c48cae20c
3 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
import os
import sys
PATH = os.path.join(sys.path[0], '..', 'input')
DATA = list(map(int, open(PATH, 'r').readlines()))