diff --git a/2020/11/11.py b/2020/11/11.py index 9b972f9..34e2237 100644 --- a/2020/11/11.py +++ b/2020/11/11.py @@ -1,5 +1,5 @@ def read_file(): - with open("input_sample.txt","r") as f: + with open("input.txt","r") as f: seed = f.read().split('\n') # pad with floor to prevent out-of-bounds checks seats = []