gagent/examples/hello-earth.tcl

14 lines
260 B
Tcl
Raw Normal View History

###################
### Hello Earth ###
###################
# HINT START
# - console
# - gravity measurements
# - gravity fluctuations
# HINT END
proc hello_earth {} {
puts "Hello Earth, does tempurature variations alter specific gravity?"
}
hello_earth