1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00
tldr/pages/common/elixir.md
2020-10-16 05:58:25 -03:00

228 B

elixir

Elixir programming language interpreter. More information: https://elixir-lang.org.

  • Run an Elixir file:

elixir {{path/to/file}}

  • Evaluate Elixir code by passing it as an argument:

elixir -e "{{code}}"