1
1
Fork 0
AtomicKotlinCourse/Usability/Data Classes/Exercise 2/task.md

3 lines
173 B
Markdown
Raw Normal View History

## Data Classes (#2)
2019-10-11 14:44:13 +03:00
Implement `createAuthorToBooksMap()` so that it takes a list of books as a parameter and builds a map from each author to the books he or she authored.