fix prompts
This commit is contained in:
parent
c0226433a0
commit
a9dc29cfad
8 changed files with 35 additions and 1565 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue