1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/elixir.md

13 lines
228 B
Markdown
Raw Normal View History

2020-10-16 01:58:25 -07:00
# 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}}"`