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 @@
|
|||
// functions2.rs
|
||||
// Make me compile! Execute `rustlings hint functions2` for hints :)
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
call_me(3);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue