4 lines
74 B
Text
4 lines
74 B
Text
|
|
(de rot13-stdIn ()
|
||
|
|
(while (line)
|
||
|
|
(prinl (mapcar rot13-Ch @)) ) )
|