diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2015-09-14 22:26:58 -0400 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2015-09-14 22:26:58 -0400 |
| commit | 12be3755296226d22930b73f3c5d90646db8e26e (patch) | |
| tree | 7268fac2dc1867d374d5d3efe28dd4c2faacda88 /ex3.rs | |
| parent | f238bdc34ec1eb0f3a54eced19532723f4490e34 (diff) | |
Create ex3.rs
Diffstat (limited to 'ex3.rs')
| -rw-r--r-- | ex3.rs | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +// Make me compile! + +struct Foo { + capacity: i32, +} + +fn main() { + println!("{:?}", Foo { capacity: 3 }); +} |
