18-Jan-2019, 6:56 PM
Code:
use std::io::{self, Write};
fn main() -> std::io::Result<()>{
let stdout = io::stdout();
let x: u64 = 973;
let mut str = x.to_string();
str.push('\n');
stdout.lock().write(str.as_ref())?;
Ok(())}
Workshop: Mind Games ++ Test Subject Chip and Melinda Bizarr Chicken Burger
Sets: Mind Games 500
Legacy: GM5 Explorer's Delight Rising
Sets: Mind Games 500
Legacy: GM5 Explorer's Delight Rising