mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-31 08:46:28 -08:00
14 lines
260 B
Tcl
14 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
|