Created
November 15, 2020 09:27
-
-
Save karlosmid/14c773c8620b3a8bc642381fe08d436c to your computer and use it in GitHub Desktop.
elixir exs script example
This file contains hidden or 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
defmodule ScriptExample do | |
def work() do | |
IO.puts(Date.utc_today()) | |
end | |
end | |
ScriptExample.work() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment