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

9 lines
348 B
Markdown

## Property Delegation Tools (#1)
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>