gagent/examples/hello-earth.tcl

13 lines
260 B
Tcl

###################
### 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