@ -29,7 +29,7 @@ var dayMap = map[int]day{
}
func main() {
arg := "1"
arg := strconv.Itoa(len(dayMap))
if len(os.Args) > 1 {
arg = os.Args[1]
The note is not visible to the blocked user.