elixir: add page (#4693)

This commit is contained in:
Michael Schoonmaker
2020-10-16 01:58:25 -07:00
committed by GitHub
parent fd71092176
commit dc2905900f

12
pages/common/elixir.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}"`