Skip to content

MaraniMatias/elixir-HelloWorld

Repository files navigation

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

Releases

No releases published

Packages

No packages published