mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 10:03:30 +02:00
Clarify order of elements
Co-authored-by: Mo Bitar <76752051+mo8it@users.noreply.github.com>
This commit is contained in:
co-authored by
GitHub
Mo Bitar
parent
97a723508c
commit
f3036315a0
@@ -1,5 +1,5 @@
|
|||||||
fn elems_to_vec(a: i32, b: i32, c: i32) -> Vec<i32> {
|
fn elems_to_vec(a: i32, b: i32, c: i32) -> Vec<i32> {
|
||||||
// TODO: Return a vector containing the elements a, b and c.
|
// TODO: Return a vector containing the elements a, b and c (in this order).
|
||||||
// Use the "vec!" macro.
|
// Use the "vec!" macro.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user