Copy stdin to stdout: Difference between revisions

imported>Tromp
 
(One intermediate revision by one other user not shown)
Line 99:
As explained on https://www.ioccc.org/2012/tromp/hint.html, `cat' is the 4-bit program
 
<syntaxhighlightpre>0010</syntaxhighlightpre>
 
in bit-wise BLC, or any one of the 16 characters in the ASCII range from space to slash
 
<syntaxhighlightpre> !"#$%&'()*+,-./</syntaxhighlightpre>
 
in byte-wise BLC.
56

edits