We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d1f89 commit 3d58e27Copy full SHA for 3d58e27
1 file changed
programs/2016/C/01-No_Time_for_a_Taxicab/program.c
@@ -166,7 +166,7 @@ int main() {
166
const int orderLength = loopCounter ;
167
168
// Direction:
169
- int directionMapping[256] = {O} ; // We set a table large enough that contains all ASCII usual letters.
+ int directionMapping[256] = {0} ; // We set a table large enough that contains all ASCII usual letters.
170
directionMapping['N'] = 1 ;
171
directionMapping['E'] = 2 ;
172
directionMapping['S'] = 3 ;
0 commit comments