Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 254 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 254 Bytes

elixir-playground

an elixir playground

Running

# run simple elixir script (interpreted)
elixir simple.exs

Compile Module

# compile module
elixirc simple.ex

Notes

  • to open an interactive elixir shell, run iex