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