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

348 B

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.

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!