Skip to content

vhespanha/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent of code 2024

my solutions for advent of code 2024 in golang.

structure

/
├── 1/            # solution for each day
    ├── main.go   # puzzle solution, each part is executed by a flag
    └── input.txt # puzzle input

running solutions

afaict this should work:

cd <day>
go run main.go -1 # run first solution
go run main.go -2 # run second solution

progress

i'll be updating it whenever i finish a solution

  • day 01
  • day 02
  • day 03
  • day 04
  • day 05
  • day 06
  • day 07
  • day 08
  • day 09
  • day 10
  • day 11 ...etc

disclaimer

these solutions are PROVIDED AS IS with NO WARRANTY WHATSOEVER. if you copy them, you'll get put on santa's naughty list.

About

my solutions for advent of code 2024 in golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published