Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jshholland on github.
  • I am jshholland (https://keybase.io/jshholland) on keybase.
  • I have a public key ASD4BlE0KpJfy31rjpHC4QkuwIhml02XqohWIJdiRCS7Kwo

To claim this, I am signing this object:

@jshholland
jshholland / kings.go
Created September 6, 2012 18:13
Kings simulator
// Copyright © 2012 Josh Holland <jrh@joshh.co.uk>
// Kings is a program to play the card game of Kings.
package main
import (
"flag"
"fmt"
"io"
"io/ioutil"