aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 65a3a71..1f30708 100644
--- a/info.toml
+++ b/info.toml
@@ -117,7 +117,7 @@ hint = "No hints this time"
name = "primitive_types3"
path = "exercises/primitive_types/primitive_types3/main.go"
mode = "compile"
-hint = "'%s' is used to format strings"
+hint = "fmt.Printf() can take multiples variables as parameters. Try declaring thoses variables."
[[exercises]]
name = "primitive_types4"