2 lines
49 B
Text
2 lines
49 B
Text
|
|
Stream.cycle(["SPAM"]) |> Enum.each(&IO.puts &1)
|
|
|
Stream.cycle(["SPAM"]) |> Enum.each(&IO.puts &1)
|