package main import "fmt" func newAccessCode() string { return fmt.Sprintf("%d", 4) }