package solutions import "fmt" func PrintNbr(n int) { fmt.Print(n) }