2 lines
44 B
Elixir
2 lines
44 B
Elixir
x = "little"
|
|
IO.puts "Mary had a #{x} lamb"
|
x = "little"
|
|
IO.puts "Mary had a #{x} lamb"
|