format and u9

This commit is contained in:
DavidOnTop 2024-12-06 09:15:40 +01:00
parent b8cfc80d1b
commit f1b2a8c9ba
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
11 changed files with 114 additions and 84 deletions

View file

@ -10,7 +10,6 @@ pub fn main() {
std::io::stdin().read_line(&mut input).unwrap();
println!("opacny retazec: {}", opacne_poradie(&input));
input.clear();
}
fn opacne_poradie(input: &String) -> String {