My solutions for Advent of Code 2022. This year I am a bit boring, as I am learning Kotlin. I would also like to practice C++ with Abseil and try some SIC/XE assembly if time permits :)
./new_day.sh <day_name>
Just open the project in IntelliJ and click play on the Day.kt file :)
...TODO? :)
- Download
sictools.jar
from https://github.com/jurem/SicTools - Move
sictools.jar
to thesic
directory in this repository.
# Day 2
java -jar sic/sictools.jar -freq 100000 sic/day-02.sic.asm < inputs/day-02/full.txt
# Day 10
java -jar sic/sictools.jar -text 40x6 -freq 2000 sic/day-10.sic.asm < inputs/day-10/full.txt
- Dart to see what it's like and learn Flutter
- Go to see what not caring about code style feels like
- PREV for some torture due to lacking standard library