I hereby claim:
- I am ianfleeton on github.
- I am ianfleeton (https://keybase.io/ianfleeton) on keybase.
- I have a public key whose fingerprint is E973 5D83 6FE2 360D 992D FADD B91A 9691 81C2 E037
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Save this as MineSweeper.java | |
| // compile with this command | |
| // javac MineSweeper.java | |
| // then run with this command | |
| // java MineSweeper | |
| // We need this for random numbers. | |
| import java.util.Random; | |
| class MineSweeper { |