Sodamhan.com

TL;DR

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"

This document was created using the contents of the tldr project.