We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97cc89c + 3a8ab82 commit 252364bCopy full SHA for 252364b
Others/CountWords.java
@@ -44,7 +44,5 @@ private static int secondaryWordCount(String s) {
44
}
45
s = sb.toString();
46
return s.trim().split("[\\s]+").length;
47
-
48
49
50
0 commit comments