Skip to content

LOZORD/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published