An implementation of exercise 1-15 that I spent far too long banging my head against over an issue that turned out to be me having flipped 5 and 9 in my math.
This commit is contained in:
parent
73d3fe21ac
commit
4ddc868da3
2 changed files with 17 additions and 1 deletions
|
|
@ -61,5 +61,5 @@ int main(){
|
|||
b = charCount[(i + 1)];
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue