MisterAI's picture
download
raw
512 Bytes
#!/bin/sh
# the next line restarts using wish \
exec wish8.6 "$0" ${1+"$@"}
# hello --
# Simple Tk script to create a button that prints "Hello, world".
# Click on the button to terminate the program.
package require Tk
# The first line below creates the button, and the second line
# asks the packer to shrink-wrap the application's main window
# around the button.
button .hello -text "Hello, world" -command {
puts stdout "Hello, world"; destroy .
}
pack .hello
# Local Variables:
# mode: tcl
# End:

Xet Storage Details

Size:
512 Bytes
·
Xet hash:
a099615249483daa59d968b1eefbac529b1b6fcd274ff788cad593ced8971758

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.