Skip to content

Instantly share code, notes, and snippets.

@konstantinzolotarev
Created April 19, 2019 10:18
Show Gist options
  • Save konstantinzolotarev/8f1f37db62fbf55603b61a12f94fae4d to your computer and use it in GitHub Desktop.
Save konstantinzolotarev/8f1f37db62fbf55603b61a12f94fae4d to your computer and use it in GitHub Desktop.
["0x" <> msg] = System.argv()
msg
|> Base.decode16!()
|> :erlang.binary_to_term()
|> IO.inspect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment