Duplicate characters by pooq

fn main(){for io::stdin().each_byte()|c|{let s=str::from_byte(c as u8);print(fmt!("%s%s",s,s))}}

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

download

return to the top page