Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created June 18, 2019 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rust-play/5d34a14e760021df91a82a30f6c78ede to your computer and use it in GitHub Desktop.
Save rust-play/5d34a14e760021df91a82a30f6c78ede to your computer and use it in GitHub Desktop.
Code shared from the Rust Playground
fn main() {
let x = vec![1,2,3,4];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment