diff options
Diffstat (limited to '2024/tcl/templ.tcl')
-rwxr-xr-x | 2024/tcl/templ.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2024/tcl/templ.tcl b/2024/tcl/templ.tcl index 51a96ff..fae0842 100755 --- a/2024/tcl/templ.tcl +++ b/2024/tcl/templ.tcl @@ -8,8 +8,6 @@ puts {Part 1: } foreach line $input { } -close $input - puts "1: $" puts "" |