Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 354 Bytes

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.