Hid "hint" output in MiniScript hammurabi code.

This commit is contained in:
JoeStrout
2023-08-15 16:40:48 -07:00
parent 238a31fcd5
commit d8d0e93af2

View File

@@ -68,7 +68,7 @@ end function
hint = function(msg)
// This was not in the original program. But if you want to make
// the game easier, uncomment this line:
print msg
//print msg
end function
min = function(a, b, c)