mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-30 21:06:27 -08:00
James Wells
7d6fbfef24
Quite a refactor and some code cleanup. Co-authored-by: James Wells <jwells@dragonheim.net> Reviewed-on: #11 Co-authored-by: James Wells <jwells@noreply.localhost> Co-committed-by: James Wells <jwells@noreply.localhost>
13 lines
283 B
Tcl
13 lines
283 B
Tcl
###################
|
|
### Hello Earth ###
|
|
###################
|
|
# HINT START
|
|
# - thermal measurements
|
|
# - gravity measurements
|
|
# - gravity fluctuations
|
|
# HINT END
|
|
proc hello_earth {} {
|
|
puts "Hello Earth, does localized tempurature variations alter specific gravity?"
|
|
}
|
|
|
|
hello_earth
|