We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e58596 commit 985d1a7Copy full SHA for 985d1a7
_slices2/src/main.rs
@@ -1,3 +1,5 @@
1
+// EXERCICE 1 : Slices
2
+
3
fn main() {
4
let a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
5
let slice = &a[0..3];
0 commit comments