From 645bf066b803f6a5b62aba177f792269b92e5377 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Tue, 3 Dec 2024 03:53:49 -0500 Subject: prep --- 2024/tcl/templ.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2024/tcl/templ.tcl') diff --git a/2024/tcl/templ.tcl b/2024/tcl/templ.tcl index e040b2f..51a96ff 100755 --- a/2024/tcl/templ.tcl +++ b/2024/tcl/templ.tcl @@ -5,7 +5,7 @@ setup ? puts {Part 1: } -while {[gets $input line] != -1} { +foreach line $input { } close $input -- cgit v1.2.3-70-g09d2