mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 01:09:18 +00:00
Update intro2.rs
Dans ce code comme dans le premier l'erreur était qu'il manquait un ;
This commit is contained in:
parent
d140d49b61
commit
78b3515c05
@ -5,8 +5,8 @@
|
||||
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
//Dans ce code comme dans le premier l'erreur était qu'il manquait un ; après le printline! (le dernier pour l'intro1.rs)
|
||||
|
||||
fn main() {
|
||||
printline!("Hello there!")
|
||||
printline!("Hello there!");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user