move to alan branch

This commit is contained in:
2025-01-14 12:14:43 +00:00
parent 1ee00e8d45
commit 6ab021face
4 changed files with 301 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ func main() {
// Reads day from os.Args.
func day() int {
latest := 18
latest := 19
if len(os.Args) == 1 {
return latest
}