aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index c1956e4..0a19243 100644
--- a/info.toml
+++ b/info.toml
@@ -1,6 +1,6 @@
[[exercises]]
name = "variables1"
-path = "exercises/variables/variables1.rs"
+path = "exercises/variables/variables1.go"
mode = "compile"
hint = """
It is missing a symbol used to initialize values."""