Skip to content

Latest commit

 

History

History
executable file
·
41 lines (34 loc) · 1.05 KB

readme.md

File metadata and controls

executable file
·
41 lines (34 loc) · 1.05 KB

Elixir Hello World

My first time with elixir.

Install Elixir

Installation page. ErLang pag.

  • Ubuntu or Debian
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install erlang esl-erlang elixir
  • Or with my bash script
sh elixir-install.sh

Rum

git clone https://github.com/MaraniMatias/elixir-hola-mundo.git
cd elixir-hola-mundo

elixir hello-word.exs

Interactive mode

iex -S mix

Bibliography