/kotlin_start

My notes and small script

Primary LanguageKotlin

My first small Kotlin project!

  • It's a small calculator where I tried to leverage various features of the language.
  • Created function that does the stuff
  • Custom Errors via Classes
  • Used various Kotlin Data Structures and methods available to them
  • Converted to jar file in out folder that is ready to be used in CLI