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