Skip to content

Instantly share code, notes, and snippets.

@binarytemple-clients
Last active March 28, 2016 19:08
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 binarytemple-clients/884fd66240ab0059d204 to your computer and use it in GitHub Desktop.
Save binarytemple-clients/884fd66240ab0059d204 to your computer and use it in GitHub Desktop.
iex(51)> Enum.each([1,2,3], &( IO.puts "#{inspect &1}") )
1
2
3
:ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment