I hereby claim:
- I am ericridgeway on github.
- I am ericridgeway91 (https://keybase.io/ericridgeway91) on keybase.
- I have a public key ASAMxa64oQCbQSOzmSLEKhyf612XS94nEfV2EH6jsHRDOQo
To claim this, I am signing this object:
| defmodule Advent6 do | |
| def tick_and_count(input, n) do | |
| input | |
| |> raw_to_int_list | |
| |> tick(n) | |
| |> Enum.count | |
| end | |
| def tick_and_count_efficient(input, n) do |
I hereby claim:
To claim this, I am signing this object:
| defmodule IslandsEngine.Game do | |
| use GenServer | |
| alias IslandsEngine.{Token, StateData} | |
| # | |
| # initialized | |
| # new_game_player1 | |
| # | |
| # waiting_p2 |