Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 520 Bytes

Cracking the Coding Interview with Kotlin

Solutions for Cracking the Coding Interview in Kotlin

How to run the code

With IntelliJ IDEA

  1. Download and install IntelliJ IDEA
  2. Clone this repo
  3. In Intellij IDEA, File > Open Project and select the project folder
  4. Go to a solution and run the code

Command line

Follow these instructions to install Kotlin and run the code from the command line