Elixir Fiddle
Home
Fragments
About
Examples
Create New Fragment
Edit Fragment
Name
Content
defmodule Listy do def hello(name) do IO.puts("Hello #{name}!") end end Listy.hello("Bijan")
Run Elixir Fragment
Submit
Back