right let's try this one again
This commit is contained in:
10
exercises/ex2.rs
Executable file
10
exercises/ex2.rs
Executable file
@@ -0,0 +1,10 @@
|
||||
// ex2.rs
|
||||
// Make me compile!
|
||||
|
||||
fn something() -> String {
|
||||
"hi!"
|
||||
}
|
||||
|
||||
fn main() {
|
||||
println!("{}", something());
|
||||
}
|
||||
Reference in New Issue
Block a user