Scanf.scanf "%s" (fun s -> print_endline @@ if s = "0" then "0" else s ^ "0" )