Update output

master
Benoît 2020-04-13 00:05:20 +02:00
parent 9ec954cd3f
commit a1510a1b12
1 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ fn main() {
}
}
println!("Input string is '{}'", input);
println!("Hex String to ASCII '{}'", &input_str);
println!("Base64 encode '{}'", output);
println!("→ Input string is « {} »", input);
println!("→ Hex String to ASCII « {} »", &input_str);
println!("→ Base64 encode « {} »", output);
}