feat: 2023/Day3/1 unfinished

This commit is contained in:
s-prechtl 2023-12-10 08:01:41 +01:00
parent 4ee4d03c1f
commit a3f70ace6e
5 changed files with 240 additions and 0 deletions

3
2023/Day3/go.mod Normal file
View file

@ -0,0 +1,3 @@
module AOC/Day3
go 1.21.5