cosmic-backup/gopher/anon.hmm.st/decoder.txt

3 lines
139 B
Plaintext

a=io.read(1)while a do;b=string.byte(a)if b>=33 and b<=126 then;io.write(
string.char((b-33+47)%94+33))else;io.write(a)end;a=io.read(1)end