First exercice

This commit is contained in:
Bassem Dimassi 2022-08-02 23:39:56 +01:00
parent 3963559810
commit 3545005845
2 changed files with 1 additions and 3 deletions

2
Cargo.lock generated
View File

@ -459,7 +459,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "rustlings"
version = "4.8.0"
version = "5.0.0"
dependencies = [
"argh",
"assert_cmd",

View File

@ -9,8 +9,6 @@
// when you change one of the lines below! Try adding a `println!` line, or try changing
// what it outputs in your terminal. Try removing a semicolon and see what happens!
// I AM NOT DONE
fn main() {
println!("Hello and");
println!(r#" welcome to... "#);