diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2015-09-14 22:26:38 -0400 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2015-09-14 22:26:38 -0400 |
| commit | f238bdc34ec1eb0f3a54eced19532723f4490e34 (patch) | |
| tree | dec4605b172dcc379d5daff577a8ea4e27abbc6c /ex2.rs | |
| parent | a24f0f939815132f6aec46ec5547ba4c51af635c (diff) | |
Create ex2.rs
Diffstat (limited to 'ex2.rs')
| -rw-r--r-- | ex2.rs | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +// Make me compile! + +fn something() -> String { + "hi!" +} + +fn main() { + println!("{}", something()); +} |
