Halt and catch fire: Difference between revisions

Content added Content deleted
(Added a FALSE solution)
Line 121: Line 121:
<lang csharp>throw new System.Exception();</lang>
<lang csharp>throw new System.Exception();</lang>


=={{header|Computer/zero Assembly}}
<lang 6502asm>STP</lang>
=={{header|Crystal}}==
=={{header|Crystal}}==
<lang crystal>raise "fire"</lang>
<lang crystal>raise "fire"</lang>