Init commit

This commit is contained in:
2025-12-03 22:38:57 +02:00
commit 600b41ba7a
19 changed files with 5365 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.bernotas.lt/sewiti/advent-of-code-2025
go 1.25.5
require github.com/stretchr/testify v1.11.1
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
)