Skip to content

Commit

Permalink
finish intro
Browse files Browse the repository at this point in the history
  • Loading branch information
Withsan committed Oct 9, 2023
1 parent 77ccc7f commit 1d44f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions exercises/intro/intro1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// Execute `rustlings hint intro1` or use the `hint` watch subcommand for a
// hint.

// I AM NOT DONE

fn main() {
println!("Hello and");
println!(r#" welcome to... "#);
Expand Down
4 changes: 1 addition & 3 deletions exercises/intro/intro2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
// hint.

// I AM NOT DONE

fn main() {
println!("Hello {}!");
println!("Hello {}!", "world");
}

0 comments on commit 1d44f2c

Please sign in to comment.