Decimation by Kroisse

fn main(){let mut i=0;for io::stdin().each_byte|c|{if 11<c{i+=1;if i%10<1{loop}}print(str::from_byte(c as u8))}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page