We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6917bda commit 4e33199Copy full SHA for 4e33199
0x04-more_functions_nested_loops/2-mul.c
@@ -10,5 +10,5 @@
10
*/
11
int mul(int a, int b)
12
{
13
- return a * b;
+ return (a * b);
14
}
0 commit comments