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

Skip to content

Commit 12be375

Browse files
committed
Create ex3.rs
1 parent f238bdc commit 12be375

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ex3.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Make me compile!
2+
3+
struct Foo {
4+
capacity: i32,
5+
}
6+
7+
fn main() {
8+
println!("{:?}", Foo { capacity: 3 });
9+
}

0 commit comments

Comments
 (0)