1
0

5 lines
148 B
Tcl
Raw Normal View History

2019-06-15 15:31:01 -06:00
#!/usr/bin/tclsh
while { true } {
puts -nonewline "e"
}