1
1
Fork 0
AtomicKotlinCourse/Power Tools/Property Delegation Tools/Exercise 1/task.md

9 lines
348 B
Markdown
Raw Normal View History

2020-11-17 22:00:10 +03:00
## Property Delegation Tools (#1)
2020-12-12 02:30:51 +03:00
Convert `PropertyDelegation/Configuration.kt` to use a `Map` instead of a file.
The starter code in `main()` tests your new `Configuration` class.
<sub> This task doesn't contain automatic tests,
so it's always marked as "Correct" when you run "Check".
Please compare your solution with the one provided! </sub>