Join Slack
Powered by
`listOf("hello", " ", "world").reduce(String::plus...
# announcements
r
Ruckus
06/09/2017, 6:04 PM
listOf("hello", " ", "world").reduce(String::plus)
works just as expected for me
Open in Slack
Previous
Next