Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Created November 15, 2020 09:27
Show Gist options
  • Save karlosmid/14c773c8620b3a8bc642381fe08d436c to your computer and use it in GitHub Desktop.
Save karlosmid/14c773c8620b3a8bc642381fe08d436c to your computer and use it in GitHub Desktop.
elixir exs script example
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