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

12 lines
228 B
Markdown

# 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}}"`