advent-of-code/2018/13/notes

4 lines
88 B
Plaintext

kotlinc main.kt Cart.kt -include-runtime -d out.jar
java -cp out.jar aoc.thirteen.Main