mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-29 00:00:04 +03:00
Complete intro exercises
This commit is contained in:
parent
8d0aa11a35
commit
c440da8963
|
@ -13,7 +13,6 @@
|
||||||
// Execute `rustlings hint intro1` or use the `hint` watch subcommand for a
|
// Execute `rustlings hint intro1` or use the `hint` watch subcommand for a
|
||||||
// hint.
|
// hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello and");
|
println!("Hello and");
|
||||||
|
@ -37,5 +36,5 @@ fn main() {
|
||||||
println!(
|
println!(
|
||||||
"If you want to use rust-analyzer, Rust's LSP implementation, make sure your editor is set"
|
"If you want to use rust-analyzer, Rust's LSP implementation, make sure your editor is set"
|
||||||
);
|
);
|
||||||
println!("up, and then run `rustlings lsp` before continuing.")
|
println!("up, and then run `rustlings lsp` before continuing.");
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
|
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
|
||||||
// hint.
|
// hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
printline!("Hello there!")
|
println!("Hello there!")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue