From 0b3e575331d43af9a1c2ad68f4ceebb593887c19 Mon Sep 17 00:00:00 2001 From: James Wells Date: Thu, 3 Jun 2021 20:12:10 -0700 Subject: [PATCH] fix: [CI SKIP] Updated example to reflect the change. --- examples/hello-earth.tcl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/hello-earth.tcl b/examples/hello-earth.tcl index 2ca895e..845fb0e 100644 --- a/examples/hello-earth.tcl +++ b/examples/hello-earth.tcl @@ -1,13 +1,8 @@ ################### ### Hello Earth ### ################### -# HINT START -# - thermal measurements -# - gravity measurements -# - gravity fluctuations -# HINT END +array set GHINT ["thermal measurements" "gravity measurements" "gravity fluctuations"] proc hello_earth {} { puts "Hello Earth, does localized tempurature variations alter specific gravity?" } - -hello_earth +hello_earth \ No newline at end of file