package main import ( "fmt" "log" ) func main() { log.Print(fmt.Sprintf("%d", 55)) }