Hello world/Newbie: Difference between revisions

Content added Content deleted
imported>Tromp
 
Line 506: Line 506:
=={{header|Binary Lambda Calculus}}==
=={{header|Binary Lambda Calculus}}==
Although https://www.ioccc.org/2012/tromp/hint.html explains how to compile the obfuscated C code at https://www.ioccc.org/2012/tromp/tromp.c to run
Although https://www.ioccc.org/2012/tromp/hint.html explains how to compile the obfuscated C code at https://www.ioccc.org/2012/tromp/tromp.c to run
<syntaxhighlight>echo " Hello, world" | ./tromp</syntaxhighlight>
<pre>echo " Hello, world" | ./tromp</pre>


I find that the modern clang compiler cannot compile tromp.c
I find that the modern clang compiler cannot compile tromp.c