/option-menu-kotlin

Console application for interacting with option menus.

Primary LanguageKotlin

option-menu-kotlin

This is console application for interacting with option menus made with Kotlin. It allows to navigate to folders back and foward. When a final option is reached executes a function passed as a parameter.


It is part of a coding assignment in which it was sought to apply the concept of polymorphism and the composite pattern.