From 061d9cab96294dca903520e705a829678b579d58 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 11 Dec 2020 20:02:57 -0600 Subject: [PATCH] use real input --- 2020/11/11.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []