Advertisement
cwchen

[Rust] A simple Rust program with some error.

Aug 22nd, 2017
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.06 KB | None | 0 0
  1. fn main() {
  2.     let x: i32;
  3.     println!("x = {}", x);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement