Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created June 19, 2018 22:17
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/7b5cc40e1e548a926ecc074e70c45147 to your computer and use it in GitHub Desktop.
Save rust-play/7b5cc40e1e548a926ecc074e70c45147 to your computer and use it in GitHub Desktop.
Code shared from the Rust Playground
use std::env;
use std::io;
fn main() {
println!("Guess the number!");
println!("Please input your guess.");
let mut line = String::new();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment