mirror of
https://github.com/dragonheim/gagent.git
synced 2025-02-23 12:49:53 -08:00
8 lines
No EOL
266 B
Tcl
8 lines
No EOL
266 B
Tcl
###################
|
|
### Hello Earth ###
|
|
###################
|
|
array set GHINT ["thermal measurements" "gravity measurements" "gravity fluctuations"]
|
|
proc hello_earth {} {
|
|
puts "Hello Earth, does localized tempurature variations alter specific gravity?"
|
|
}
|
|
hello_earth |