mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Remove comment about removing a semicolon
This commit is contained in:
parent
d54c050985
commit
b8826dd3b3
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
//
|
//
|
||||||
// The exercise file will be reloaded when you change one of the lines below!
|
// The exercise file will be reloaded when you change one of the lines below!
|
||||||
// Try adding a new `println!`.
|
// Try adding a new `println!`.
|
||||||
// Try removing a semicolon and see what happens in the terminal!
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello and");
|
println!("Hello and");
|
||||||
|
|
Loading…
Reference in a new issue