Skip to content

Commit ab4018f

Browse files
1 parent 3d726de commit ab4018f

File tree

1 file changed

+1
-1
lines changed
  • Chapter 2:Types, Operators and Expressions/2.4 Declaration - const 9-0-6

1 file changed

+1
-1
lines changed

Chapter 2:Types, Operators and Expressions/2.4 Declaration - const 9-0-6/pedal 9-0-6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ int* count_lengths(char(*arr)[COLS], int rows) {
131131
return result;
132132
}
133133

134-
int main(void) {
134+
int main2(void) {
135135

136136
char argument[][5] = {
137137
{'f', 'o', 'a', 'm', '\0'},

0 commit comments

Comments
 (0)