Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#![allow(unused_must_use)]
|
||||
use std::io;
|
||||
use std::io::{self,Write};
|
||||
|
||||
fn main() {
|
||||
let mut stderr = io::stderr();
|
||||
stderr.write(bytes!("Goodbye, World!\n"));
|
||||
let bytes_read_or_error = stderr.write(b"Goodbye, World!\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue