package main import "fmt" func main() { var str string fmt.Scan(&str) fmt.Printf("Hello World!") }