module
Version:
v0.0.0-...-c496516
Opens a new window with list of versions in this module.
Published: Dec 22, 2024
License: MIT
Opens a new window with license information.
README
ΒΆ
Advent of code 2024
Here you can find my golang solutions for Advent Of Code 2024.
2024 Results
Codegen
days/day*
codegen is a slightly changed version of alexchao26 aoc repo.
Workflow
To generate skeleton for another day run:
$ make gen DAY=3
Then manually:
- Fill tests with example input and want values
- Fill input.txt with real data
- Code problem solution
Another commands:
$ make run DAY=03 PART=2
$ make test DAY=03
Directories
ΒΆ
days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.