aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
blob: 956fb43d0b885e40262f291b30d9643cda6aa54d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[exercises]]
name = "variables1"
path = "exercises/variables/variables1/main.go"
mode = "compile"
hint = """
Variables must have names."""

[[exercises]]
name = "variables2"
path = "exercises/variables/variables2/main.go"
mode = "compile"
hint = """
It is missing a symbol used to declare and initialize variables."""