We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f9594 commit 14f461cCopy full SHA for 14f461c
wc.dd
@@ -31,7 +31,7 @@ int main(string[] args)
31
foreach(line; file.byLine(KeepTerminator.yes))
32
{
33
lCharCount += line.length;
34
- foreach(string word; splitter(line))
+ foreach(word; splitter(line))
35
36
lWordCount += 1;
37
if(auto count = word in dictionary)
0 commit comments