Flipping bits game: Difference between revisions

(Added Haskell)
Line 1,062:
 
=={{header|Haskell}}==
{{output?|Haskell}}
Maximum game size is 9x9 because the array indices are the characters 1 until 9.
<lang Haskell>
Line 1,159 ⟶ 1,160:
turns goal current moves
</lang>
 
=={{header|J}}==
 
Anonymous user