1
0
Fork
You've already forked advent_of_code_2024
0
No description
  • Go 100%
bool_purist 99b4802d6a Cookie session can also be read by env variable
Solutions can now be choosen by day and task as CLI args
2024年12月08日 13:28:33 +01:00
input Added license 2024年12月02日 21:59:56 +01:00
solutions/day1 Cookie session can also be read by env variable 2024年12月08日 13:28:33 +01:00
utils Cookie session can also be read by env variable 2024年12月08日 13:28:33 +01:00
.gitignore Implemented sorting for first input 2024年12月02日 23:30:03 +01:00
.tool-versions Init starting golang journay 2024年12月02日 20:52:47 +01:00
go.mod Implemented subcommand for downloading puzzle input 2024年12月08日 00:49:56 +01:00
LICENSE Added license 2024年12月02日 21:59:56 +01:00
main.go Cookie session can also be read by env variable 2024年12月08日 13:28:33 +01:00
README.md Implemented subcommand for downloading puzzle input 2024年12月08日 00:49:56 +01:00

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.