(String[] args)
| 38 | } |
| 39 | |
| 40 | public static void main(String[] args) { |
| 41 | Solution solution = new Solution(); |
| 42 | System.out.println(solution.groupAnagrams(new String[]{"eat", "tea", "tan", "ate", "nat", "bat"})); |
| 43 | } |
| 44 | } |
nothing calls this directly
no test coverage detected