trivial encoder by m.ukai

"e"<read_line()&let u=read_line()in
String.iter(fun c->Printf.printf"%2X"(Char.code c))u;u>"b"&print_char 'A'=();;while 1=1do Scanf.scanf"%2x"(output_byte stdout)done

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

download

return to the top page