mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
12 lines
248 B
Modula-2
12 lines
248 B
Modula-2
module github.com/onyx-and-iris/aoc2023/day-1
|
|
|
|
go 1.21.5
|
|
|
|
require github.com/stretchr/testify v1.8.4
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|