fix: updating the examples to reflect the desired format.

This commit is contained in:
James Wells 2021-04-02 17:37:00 -07:00
parent aa0e396e35
commit 17b097b1b7
Signed by: jwells
GPG key ID: 73196D10B8E65666
5 changed files with 51 additions and 25 deletions

View file

@ -1,6 +1,10 @@
#!/usr/bin/env tcl
#
#
#####################
### Add 2 numbers ###
#####################
# HINT START
# - math
# - addition
# HINT END
set val1 1
set val2 2