~kl/names.tcl

ba2cc8bb15df8c7e355382b46ef800c3b51f93cb — Kevin Lipe 2 years ago e0e122e
added newline at EOF
1 files changed, 1 insertions(+), 1 deletions(-)

M names.tcl
M names.tcl => names.tcl +1 -1
@@ 27,4 27,4 @@ proc lrandom L {
# now print a bunch of names to stdout using lrandom
for {set i 0} {$i < $names} {incr i} {
    puts "[lrandom $firstnames] [lrandom $lastnames]"
}
\ No newline at end of file
}