advent-of-code/2018/13/notes

4 lines
88 B
Plaintext
Raw Normal View History

2018-12-14 00:34:55 +01:00
kotlinc main.kt Cart.kt -include-runtime -d out.jar
java -cp out.jar aoc.thirteen.Main