From 735b9fdf4535be1d721c59077e66def8b115d2ae Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Tue, 3 Dec 2024 00:12:57 -0500 Subject: 2024.3 --- 2024/tcl/templ.tcl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 2024/tcl/templ.tcl (limited to '2024/tcl/templ.tcl') diff --git a/2024/tcl/templ.tcl b/2024/tcl/templ.tcl new file mode 100755 index 0000000..e040b2f --- /dev/null +++ b/2024/tcl/templ.tcl @@ -0,0 +1,18 @@ +#!/bin/env tclsh + +source lib.tcl +setup ? + +puts {Part 1: } + +while {[gets $input line] != -1} { +} + +close $input + +puts "1: $" + +puts "" +puts {Part 2: } + +puts "2: $" -- cgit v1.2.3-70-g09d2