vandana
0
Q:

elixir "hd" programming

iex> list = [1, 2, 3]
iex> hd(list)
1
iex> tl(list)
[2, 3]
0

New to Communities?

Join the community