mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 14:57:32 -05:00
ex1 is compiling
While trying your exercises I noticed that the ex1.rs code is already compiling.
This commit is contained in:
parent
2079503b21
commit
bfd0929cae
1 changed files with 1 additions and 1 deletions
2
ex1.rs
2
ex1.rs
|
@ -1,5 +1,5 @@
|
||||||
// Make me compile!
|
// Make me compile!
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!();
|
println();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue