Copy stdin to stdout: Difference between revisions

Content added Content deleted
imported>Tromp
Line 99: Line 99:
As explained on https://www.ioccc.org/2012/tromp/hint.html, `cat' is the 4-bit program
As explained on https://www.ioccc.org/2012/tromp/hint.html, `cat' is the 4-bit program


<syntaxhighlight>0010</syntaxhighlight>
<pre>0010</pre>


in bit-wise BLC, or any one of the 16 characters in the ASCII range from space to slash
in bit-wise BLC, or any one of the 16 characters in the ASCII range from space to slash


<syntaxhighlight> !"#$%&'()*+,-./</syntaxhighlight>
<pre> !"#$%&'()*+,-./</pre>


in byte-wise BLC.
in byte-wise BLC.