repo init with template for days

This commit is contained in:
2024-12-09 01:33:18 +01:00
commit 022a451f7a
6 changed files with 207 additions and 0 deletions

3
template/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module Day01
go 1.23