Shell one-liner: Difference between revisions

shell one liners in BLC
(→‎Insitux: inclusion)
imported>Tromp
(shell one liners in BLC)
Line 125:
{{out}}
<pre>Hello 123</pre>
 
=={{header|Binary Lambda Calculus}}==
Several such one liners are shown on https://www.ioccc.org/2012/tromp/hint.html, such as
</syntaxhighlight lang="bash">echo "*Hello, world" | ./tromp</syntaxhighlight>
</syntaxhighlight lang="bash">echo "00010001100110010100011010000000010110000010010001010111110111101001000110100001110011010000000000101101110011100111111101111000000001111100110111000000101100000110110" | ./tromp -b | head -c 70</syntaxhighlight>
 
=={{header|Bracmat}}==
Anonymous user