1
1
Fork 0
AtomicKotlinCourse/Power Tools/Extension Lambdas/Exercise 3/task.md

375 B

Extension Lambdas (#3)

The starter code contains definitions for class Cleanser and class SprayCleanser. Write the functions cleanser() and sprayCleanser() so the code in main() works correctly.

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!