fix prompts

This commit is contained in:
DavidOnTop 2024-12-10 08:23:21 +01:00
parent c0226433a0
commit a9dc29cfad
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
8 changed files with 35 additions and 1565 deletions

View file

@ -1,5 +1,6 @@
pub fn main() {
let mut input = String::new();
println!("zadajte retazec");
std::io::stdin().read_line(&mut input).unwrap();
//i, í, y, ý, I, Í, Y, Ý
let input = input