Skip to content

Commit 70a50b3

Browse files
operators in c lang (#13)
1 parent 4dbc030 commit 70a50b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5_operators.c renamed to 05_operators.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ int main() {
88
printf("%d\n", sum2);
99
printf("%d\n", sum3);
1010
return 0;
11-
}
11+
}

0 commit comments

Comments
 (0)