4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
kotlinc main.kt Cart.kt -include-runtime -d out.jar
|
|
java -cp out.jar aoc.thirteen.Main
|
|
|