Executable library: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: removed STYLE from the PRE html tags.)
Line 1,176: Line 1,176:
/*stick a fork in it, we're done.*/</lang>
/*stick a fork in it, we're done.*/</lang>
{{out}}
{{out}}
<pre>
<pre style="overflow:scroll">
27 has a hailstone sequence of 112 and starts with: 27 82 41 124 and ends with: 8 4 2 1
27 has a hailstone sequence of 112 and starts with: 27 82 41 124 and ends with: 8 4 2 1


Line 1,200: Line 1,200:
/*stick a fork in it, we're done.*/</lang>
/*stick a fork in it, we're done.*/</lang>
{{out}}
{{out}}
<pre>
<pre style="overflow:scroll">
(between 1──►99999) 72 is the most common hailstone sequence length (with 1467 occurrences).
(between 1──►99999) 72 is the most common hailstone sequence length (with 1467 occurrences).
</pre>
</pre>