rj1
about | log | files | refs
commit 411c5b084c09b65c020c9d1d03c49f3e8ee92608
parent f0218efba88574dcc3003cf9ee97b076f5187d79
author: rj1 <[email protected]>
date:   Wed, 30 Nov 2022 23:24:26 -0600

updated template

Diffstat:
Mtemplate.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template.py b/template.py @@ -4,4 +4,4 @@ base_dir = os.path.realpath(os.path.dirname(__file__)) with open(base_dir + "/input.txt", "r") as file: input = file.read().rstrip() -# lines = input.split("\n") +