From df05d6846a856ded638406bae0b863ade6413626 Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Mon, 28 Nov 2022 11:24:17 -0300 Subject: feat: new map exercise --- info.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'info.toml') diff --git a/info.toml b/info.toml index f8cffd7..582aab0 100644 --- a/info.toml +++ b/info.toml @@ -179,3 +179,16 @@ name = "slices4" path = "exercises/slices/slices4/main.go" mode = "test" hint = "No hints this time" + +[[exercises]] +name = "maps1" +path = "exercises/maps/maps1/main.go" +mode = "compile" +hint = """ +Maps have types, for the key and the values. + +To make it compile you need to define types. + +Indexing is similar to setting values. + +Check the spec for more info: https://go.dev/ref/spec#Map_types""" -- cgit v1.2.3-70-g09d2