File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ In this repository, I am going to store my solutions to the [Advent of Code](htt
5
5
I started taking part in the event in 2023 but may also consider doing tasks from the previous years.
6
6
7
7
## 2023
8
- | | My solution |
9
- | -------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
10
- | [ Day 1] ( https://adventofcode.com/2023/day/1 ) | [ Solution] ( https://github.com/palinkiewicz/adventofcode-kotlin/blob/master/ adventofcode2023/Day01.kt ) |
11
- | [ Day 2] ( https://adventofcode.com/2023/day/2 ) | [ Solution] ( https://github.com/palinkiewicz/adventofcode-kotlin/blob/master/ adventofcode2023/Day02.kt ) |
12
- | [ Day 3] ( https://adventofcode.com/2023/day/3 ) | [ Solution] ( https://github.com/palinkiewicz/adventofcode-kotlin/blob/master/ adventofcode2023/Day03.kt ) |
8
+ | | My solution | My inputs |
9
+ | --- | --- | --- |
10
+ | [ Day 1: Trebuchet?! ] ( https://adventofcode.com/2023/day/1 ) | [ Solution] ( /adventofcode2023/Day01.kt ) | [ Inputs ] ( /resources/ adventofcode2023/Day01.txt ) |
11
+ | [ Day 2: Cube Conundrum ] ( https://adventofcode.com/2023/day/2 ) | [ Solution] ( /adventofcode2023/Day02.kt ) | [ Inputs ] ( /resources/ adventofcode2023/Day02.txt ) |
12
+ | [ Day 3: Gear Ratios ] ( https://adventofcode.com/2023/day/3 ) | [ Solution] ( /adventofcode2023/Day03.kt ) | [ Inputs ] ( /resources/ adventofcode2023/Day03.txt ) |
You can’t perform that action at this time.
0 commit comments