AOC2023: implement day3
Solution to second puzzle is not optimal, it definately should be O(1) space, but I didn't want to think about it.
This commit is contained in:
@@ -4,6 +4,8 @@ project(aoc2023 CXX)
|
||||
|
||||
set(AOC2023_PROJECTS
|
||||
day1
|
||||
day2
|
||||
day3
|
||||
)
|
||||
|
||||
set(BANAN_AOC2023_BIN ${BANAN_BIN}/aoc2023)
|
||||
|
||||
Reference in New Issue
Block a user