LOZORD / aoc2021

My solutions to Advent of Code 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

Here are my solutions for Advent of Code 2021.

This year, I decided to learn (and use!) some Kotlin. Hopefully it goes better than Rust last year :P.

I've been running .kts files via:

kotlinc -script main.kts < /tmp/input.txt

And running .kt files via:

kotlinc main.kt -include-run -d /tmp/main.jar

java -jar /tmp/main.jar < /tmp/input.txt

Enjoy!

About

My solutions to Advent of Code 2021

License:MIT License


Languages

Language:Kotlin 96.8%Language:Python 3.2%