Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 344 Bytes

Kotlin REPL

A simple implementation of a Kotlin REPL.

Wanted to figure out how to get an embedded Kotlin REPL running, so did some Googling and created this project.

To run:

  • Clone repo
  • cd into folder
  • run ./gradlew --console=plain run

You're welcome..