This commit is contained in:
2024-12-03 22:12:55 +01:00
parent a10e1a50db
commit 393c8f7ab6
4 changed files with 113 additions and 0 deletions

7
go.work Normal file
View File

@ -0,0 +1,7 @@
go 1.22.2
use (
./day1
./day2
./day3
)