Percolation/Site percolation: Difference between revisions

Line 314:
=={{header|FORTRAN}}==
 
Please see sample compilation and program execution in comments at top of program. Thank you. This example demonstrates recursion and integer constants of a specific kind.
<lang FORTRAN>
! loosely translated from python.
Line 440:
end program percolation_site
</lang>
[[image:fortran_site.png]]
<image></image>
 
=={{header|J}}==
Anonymous user