package main import "fmt" func main() { var input string fmt.Scan(&input) fmt.Print("hoge") }