1 line
55 B
Text
1 line
55 B
Text
Stream.iterate(1, &(&1+1)) |> Enum.each(&(IO.puts &1))
|
Stream.iterate(1, &(&1+1)) |> Enum.each(&(IO.puts &1))
|