Created
June 23, 2015 12:33
-
-
Save jordi-chacon/b66f144201b88ba3a89f to your computer and use it in GitHub Desktop.
Dummy script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env elixir | |
defmodule Script do | |
def main(_args) do | |
IO.puts "" | |
end | |
end |
alco
commented
Jun 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment