mirror of
https://github.com/dragonheim/gagent.git
synced 2025-07-12 14:18:15 -07:00
fix: (issues/9) Worker does not support port assignment for routers (#11)
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>
This commit is contained in:
parent
881a11316d
commit
7d6fbfef24
21 changed files with 451 additions and 271 deletions
|
@ -2,12 +2,12 @@
|
|||
### Hello Earth ###
|
||||
###################
|
||||
# HINT START
|
||||
# - console
|
||||
# - thermal measurements
|
||||
# - gravity measurements
|
||||
# - gravity fluctuations
|
||||
# HINT END
|
||||
proc hello_earth {} {
|
||||
puts "Hello Earth, does tempurature variations alter specific gravity?"
|
||||
puts "Hello Earth, does localized tempurature variations alter specific gravity?"
|
||||
}
|
||||
|
||||
hello_earth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue