Guest User

Untitled

a guest
Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. val chars = words.map(word => word.toCharArray.toList)
  2. chars: List[List[Char]] = List(List(H, e, l, l, o), List(W, o, r, l, d))
Add Comment
Please, Sign In to add comment