mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-07 14:10:49 +00:00
11 lines
225 B
Modula-2
11 lines
225 B
Modula-2
module github.com/onyx-and-iris/aoc2024/day-20
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/elliotchance/orderedmap/v3 v3.0.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|