Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 1d8b575

Browse files
committed
Merge pull request #145 from emoon/29914
29914
2 parents e92f72a + 00f6e62 commit 1d8b575

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/29914.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const ARR: [usize; 5] = [5, 4, 3, 2, 1];
2+
3+
fn main() {
4+
println!("{}", ARR[ARR[3]]);
5+
}

0 commit comments

Comments
 (0)