exercism, yo
This commit is contained in:
commit
13586edbe1
9 changed files with 296 additions and 0 deletions
4
rust/hello-world/src/lib.rs
Normal file
4
rust/hello-world/src/lib.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// &'static is a "lifetime specifier", something you'll learn more about later
|
||||
pub fn hello() -> &'static str {
|
||||
"Goodbye, Mars!"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue