right let's try this one again
This commit is contained in:
10
exercises/ex3.rs
Executable file
10
exercises/ex3.rs
Executable file
@@ -0,0 +1,10 @@
|
||||
// ex3.rs
|
||||
// Make me compile!
|
||||
|
||||
struct Foo {
|
||||
capacity: i32,
|
||||
}
|
||||
|
||||
fn main() {
|
||||
println!("{:?}", Foo { capacity: 3 });
|
||||
}
|
||||
Reference in New Issue
Block a user