Documentation
¶
Index ¶
- Variables
- func Day01(file string) error
- func Day02(file string) error
- func Day03(file string) error
- func Day04(file string) error
- func Day05(file string) error
- func Day06(file string) error
- func Day07(file string) error
- func Day08(file string) error
- func Day09(file string) error
- func Day10(file string) error
- func Day11(file string) error
- func Day12(file string) error
- func Day13(file string) error
- func Day14(file string) error
- func Day15(file string) error
- func Day16(file string) error
- func Day17(file string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Solutions = map[int]func(string) error{ 1: Day01, 2: Day02, 3: Day03, 4: Day04, 5: Day05, 6: Day06, 7: Day07, 8: Day08, 9: Day09, 10: Day10, 11: Day11, 12: Day12, 13: Day13, 14: Day14, 15: Day15, 16: Day16, 17: Day17, }
Solutions points to the implementations of 2023 puzzles.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.