package main import "fmt" func main() { s := "yoyo" fmt.Printf("hello, %s\n", s) }