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