5 lines
45 B
C
5 lines
45 B
C
int mult(int a, int b)
|
|
{
|
|
return a * b;
|
|
}
|
int mult(int a, int b)
|
|
{
|
|
return a * b;
|
|
}
|