A coding competition every December https://adventofcode.com
This repo hosts my solutions for each puzzle I have done
- debug-input.txt: A test input file to test my code
- input.txt: A file containing the puzzle input given
- Code files (*.kt):
-
- Helper.kt: File containing helper classes and functions
-
- Q1.kt: The code that reads the input and outputs the result for Q1
-
- Q2.kt: The code that reads the input and outputs the result for Q2