Morse decode by 51b

import std.stdio;void main(){int n=1;foreach(c;readln)n=c%15>1?write("  etianmsurwdkgohvf,l.pjbxcyzq"[n%32]~" "[c%2..$]),1:n*2+c%2;}

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

download

return to the top page