https://leetcode.com/problems/word-squares/ Varsayılan code: ``` class Solution { public List<List<String>> wordSquares(String[] words) { } } ```   