13 lines
243 B
Markdown
Raw Normal View History

# elixir
> Elixir programming language interpreter.
> More information: <https://manned.org/elixir>.
- Run an Elixir file:
`elixir {{path/to/file}}`
- Evaluate Elixir code by passing it as an argument:
`elixir {{[-e|--eval]}} "{{code}}"`