Skip to content

Instantly share code, notes, and snippets.

@onemouth
Last active March 15, 2017 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onemouth/10071af112cb5baebeb6691588b2f24a to your computer and use it in GitHub Desktop.
Save onemouth/10071af112cb5baebeb6691588b2f24a to your computer and use it in GitHub Desktop.
[1,[[2],3]] |> List.flatten |> Enum.reverse |> Enum.map(fn(x) -> x * x end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment