repositorypackage
0.0.0-20240330212246-900a31ea8298
Repository: https://github.com/teeamorn/aoc-go-2023.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Advent of Code 2023 in Golang
Run the following command from the project root directory:
go run . [DAY] [PART] [INPUT]
For example, to run the solver for Day 4 Part 2, using input_1
, do
go run . 4 2 1
If no [INPUT]
is supplied, the default input
file will be used.
Completed
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | - | - | - | 1 :heavy_check_mark: | 2 :heavy_check_mark: | 3 :heavy_check_mark: |
4 :heavy_check_mark: | 5 :heavy_check_mark: | 6 :heavy_check_mark: | 7 :heavy_check_mark: | 8 :heavy_check_mark: | 9 :heavy_check_mark: | 10 :heavy_check_mark: |
11 :heavy_check_mark: | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | - | - | - | - | - | - |