No description
|
bool_purist
99b4802d6a
Cookie session can also be read by env variable
Solutions can now be choosen by day and task as CLI args |
||
|---|---|---|
| input | Added license | |
| solutions/day1 | Cookie session can also be read by env variable | |
| utils | Cookie session can also be read by env variable | |
| .gitignore | Implemented sorting for first input | |
| .tool-versions | Init starting golang journay | |
| go.mod | Implemented subcommand for downloading puzzle input | |
| LICENSE | Added license | |
| main.go | Cookie session can also be read by env variable | |
| README.md | Implemented subcommand for downloading puzzle input | |
Purpose
Learning golang via advent of code 2024 The artifact of this learning journey is CLI application producing a solution to a puzzle input given as a text file.
Which day and tasks can be solved with that
- Day 1 only example tested
Where to get the puzzle input
This repository does not include the puzzle input.
You have to download it yourself from advent of code 2024.
Reason: It is discouraged, especially your own specific puzzle input,
to include puzzle input of advent of code. See this page
Used golang version
See the following file Via asdf you can easily use the same version I use.
License
You do whatever you want this code since it licensed under MIT.