mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-31 02:56:27 -08:00
13 lines
260 B
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
|