package adventoc2024 import "fmt" func printi(i int) string { return fmt.Sprintf("%d", i) }