Answers for "write hello world in elixir"

0

hello world in elixir

Erlang/OTP 21.0 [64-bit] [smp:2:2] [...]

Interactive Elixir (1.11.3) - press Ctrl+C to exit
iex(1)> 40 + 2
42
iex(2)> "hello" <> " world"
"hello world"
Posted by: Guest on March-03-2021

Browse Popular Code Answers by Language