mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 23:18:58 -07:00
fix: updating the examples to reflect the desired format.
This commit is contained in:
parent
aa0e396e35
commit
17b097b1b7
5 changed files with 51 additions and 25 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/env tcl
|
||||
#
|
||||
#
|
||||
#####################
|
||||
### Add 2 numbers ###
|
||||
#####################
|
||||
# HINT START
|
||||
# - math
|
||||
# - addition
|
||||
# HINT END
|
||||
set val1 1
|
||||
set val2 2
|
||||
|
||||
|
|
13
examples/hello-earth.tcl
Normal file
13
examples/hello-earth.tcl
Normal file
|
@ -0,0 +1,13 @@
|
|||
###################
|
||||
### 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
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env tcl
|
||||
#
|
||||
#
|
||||
puts {hello, world}
|
Loading…
Add table
Add a link
Reference in a new issue