added the skeleton from day4

This commit is contained in:
ZennDev1337 2023-11-22 14:16:43 +01:00
parent 80cd2210a3
commit d388972aee
11 changed files with 728 additions and 5 deletions

3
2021/day4/go.mod Normal file
View file

@ -0,0 +1,3 @@
module day4
go 1.21