Percolation/Bond percolation: Difference between revisions

Content added Content deleted
Line 1,153: Line 1,153:


=={{header|Phix}}==
=={{header|Phix}}==
<lang Phix>
<lang Phix>constant w = 10, h = 10
constant w = 10, h = 10
sequence wall = join(repeat("+",w+1),"---")&"\n",
sequence wall = join(repeat("+",w+1),"---")&"\n",