diff options
author | Aleteoryx <alyx@aleteoryx.me> | 2024-12-10 15:13:28 -0500 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2024-12-10 15:13:28 -0500 |
commit | 6e83f9b78fb203296dc2307e81304aff4b4a2998 (patch) | |
tree | 20f7345e18caefddb13b8415a5b83246d3e9b47c /2024/tcl/templ.tcl | |
parent | 4e699214a9fc35ede70becbd7f5e242732a8c50c (diff) | |
download | adventofcode-6e83f9b78fb203296dc2307e81304aff4b4a2998.tar.gz adventofcode-6e83f9b78fb203296dc2307e81304aff4b4a2998.tar.bz2 adventofcode-6e83f9b78fb203296dc2307e81304aff4b4a2998.zip |
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 "" |