Compare commits

..

No commits in common. "375afb4ae7e5038e707f94f0600f9dc0563c5011" and "42f5ebd7bc67c20834ce346dfaa695508aa9af6d" have entirely different histories.

View File

@ -17,8 +17,8 @@ fn main() {
}
println!("{}", buffer);
}
Err(error) => {
println!("error: {error}");
Err(_error) => {
println!("Fehlerhafte Eingabe!");
break;
}
}