mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
5 lines
45 B
C
5 lines
45 B
C
|
int mult(int a, int b)
|
||
|
{
|
||
|
return a * b;
|
||
|
}
|