Galton box animation: Difference between revisions

m
Make both Perl versions visible
m (Make both Perl versions visible)
Line 2,465:
| o o o o o o o o o |
+---------------------------------------+</pre>
<lang Nim>
 
=={{header|Perl}}==
=== translated from Raku ===
Output shows of final state for a run with 50 coins.
{{trans|Raku}}
Line 2,629:
</pre>
 
=={{header|= native Perl}} ===
Runs until a bottom column overflows.
<lang perl>#!/usr/bin/perl
2,392

edits