1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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