mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-08 00:59:16 -04:00
Merge branch 'master' into refactor-hints
This commit is contained in:
commit
ec2d4bd3ee
61 changed files with 315 additions and 12 deletions
exercises/functions
|
@ -1,6 +1,8 @@
|
|||
// functions5.rs
|
||||
// Make me compile! Execute `rustlings hint functions5` for hints :)
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
let answer = square(3);
|
||||
println!("The answer is {}", answer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue