fix: map exercises

This commit is contained in:
Inanc Gumus
2019-05-05 00:47:55 +03:00
parent c6ec3af17e
commit 27d6620361
5 changed files with 7 additions and 9 deletions

View File

@ -22,7 +22,7 @@ func main() {
"bobo": {"wizardry", "unwanted"},
}
// remove "bobo" house
// remove the "bobo" house
delete(houses, "bobo")
args := os.Args[1:]