3 lines
85 B
Text
3 lines
85 B
Text
|
|
tokens = String.split("Hello,How,Are,You,Today", ",")
|
||
|
|
IO.puts Enum.join(tokens, ".")
|