Skip to content

Instantly share code, notes, and snippets.

@AndrewBurian
AndrewBurian / keybase.md
Created July 24, 2018 20:35
Keybase verification

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

class Simulator
def initialize(seating_arrangement)
@curState = seating_arrangement
@nextState = @curState
end
def verdict
opinion = { :hard => 0, :soft => 0, :none => 0 }