Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 450 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 450 Bytes

kotlin-cgdk-2016

Kotlin language package for RussianAICup 2016. Install kotlin compiler from https://github.com/JetBrains/kotlin/releases/latest

JAVA_HOME and KOTLIN_HOME has to be installed in PATH

Build with compile-kotlin.bat or compile-kotlin.sh Run with java -cp "$KOTLIN_HOME/lib/kotlin-runtime.jar:kotlin-cgdk.jar" Runner on UNIX Run with java -cp "$KOTLIN_HOME/lib/kotlin-runtime.jar;kotlin-cgdk.jar" Runner on Windows