Create ex3.rs

pull/16/merge
Carol (Nichols || Goulding) 9 years ago
parent f238bdc34e
commit 12be375529

@ -0,0 +1,9 @@
// Make me compile!
struct Foo {
capacity: i32,
}
fn main() {
println!("{:?}", Foo { capacity: 3 });
}
Loading…
Cancel
Save