Categorygithub.com/dseres/advent_of_code_2024
repository
0.0.0-20250131134901-444fbcdef96d
Repository: https://github.com/dseres/advent_of_code_2024.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
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_2024

Advent Of Code 2024 Go GitHub Actions Workflow Status stars days_completed

Solutions of Advent Of Code 2024 in Go

2024

DaySolution 1Solution 2Time
012367773212719391.133624ms
024024550.932973ms
03187825547855082231.974232ms
04240118221.053653ms
05499663110.527601ms
0647221602132.529213ms
0712839601725877149956401519484774.967604ms
0827310170.287586ms
096448989155953647664279683216.069776ms
1064413663.682579ms
1119998623680408874875447.600853ms
12146175290411411.6792ms
1337128749142284713313.953839ms
14229868730786163.484596ms
15152756315216351.947405ms
1695476511254.512624ms
174,1,7,6,4,1,0,2,71642790249714532.373951ms
1832034,40168.21975ms
1932271551456350825813.336857ms
2014851027501187.314378ms
212486843070555841617600.256262ms
22211471295932445491.829853ms
231366bs,cf,cn,gb,gk,jf,mp,qk,qo,st,ti,uc,xw10.30702ms
2451107420031718cpm,ghp,gpr,krs,nks,z10,z21,z330.382251ms
2528400.635332ms

Build instructions

You can build test and run executables for all days with the following commands:

go build -o ./bin/ ./day*
go test ./day*
for i in (seq -w 1 25) ; go run ./day$i ; end