package main import . "fmt" import . "slices" func main() { var s string Scan(&s) Println(string(Compact([]byte(s)))) }