From 0373563c61a207cef02ead00e1422fcbb5428807 Mon Sep 17 00:00:00 2001 From: ShY Date: Thu, 11 Jun 2026 21:09:11 +0800 Subject: [PATCH] Add Hello World in Tcl --- helloworld.tcl | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.tcl diff --git a/helloworld.tcl b/helloworld.tcl new file mode 100644 index 0000000..d511756 --- /dev/null +++ b/helloworld.tcl @@ -0,0 +1 @@ +puts "Hello, World!" \ No newline at end of file