Advertisement
cwchen

[Rust] Creating an array

Aug 22nd, 2017
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.05 KB | None | 0 0
  1. fn main() {
  2.     let array = [1, 2, 3, 4, 5];
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement