add: struct exercises and quiz

This commit is contained in:
Inanc Gumus
2019-05-08 14:02:32 +03:00
parent dcf3b26791
commit 122947d990
13 changed files with 516 additions and 57 deletions

View File

@ -64,7 +64,7 @@ func main() {
p.total += visits
// You cannot assign to composite values
// p.sum[name].count += visits
// p.sum[domain].visits += visits
// create and assign a new copy of `visit`
p.sum[domain] = result{