Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfd0929

Browse files
authored
ex1 is compiling
While trying your exercises I noticed that the ex1.rs code is already compiling.
1 parent 2079503 commit bfd0929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ex1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Make me compile!
22

33
fn main() {
4-
println!();
4+
println();
55
}

0 commit comments

Comments
 (0)