mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
228 B
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}}"