complete intro exercises

This commit is contained in:
Kathode 2024-02-12 19:34:42 +11:00
parent 8d0aa11a35
commit b220d91356
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@
// Execute `rustlings hint intro1` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
println!("Hello and");

View File

@ -5,8 +5,7 @@
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
fn main() {
printline!("Hello there!")
println!("Hello there!")
}