Update e.rs

This commit is contained in:
0xflotus 2018-12-08 18:59:58 +01:00 committed by GitHub
parent 4a1a5ff105
commit ee6d253b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.rs
View File

@ -2,6 +2,6 @@
#[main]
fn e() {
loop {
println!("e");
print!("e");
}
}