Sha256: d79d9d1c95d00352395eb054a2614d9eb7f2dbd26da96b44248c5cfb3a2b2e1f

Contents?: true

Size: 508 Bytes

Versions: 188

Compression:

Stored size: 508 Bytes

Contents

defmodule SecretHandshake do
  @doc """
  Determine the actions of a secret handshake based on the binary
  representation of the given `code`.

  If the following bits are set, include the corresponding action in your list
  of commands, in order from lowest to highest.

  1 = wink
  10 = double blink
  100 = close your eyes
  1000 = jump

  10000 = Reverse the order of the operations in the secret handshake
  """
  @spec commands(code :: integer) :: list(String.t())
  def commands(code) do
  end
end

Version data entries

188 entries across 188 versions & 1 rubygems

Version Path
trackler-2.2.1.29 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.28 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.27 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.26 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.25 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.24 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.23 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.22 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.21 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.20 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.19 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.18 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.17 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.16 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.15 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.14 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.13 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.12 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.11 tracks/elixir/exercises/secret-handshake/secret_handshake.exs
trackler-2.2.1.10 tracks/elixir/exercises/secret-handshake/secret_handshake.exs