зеркало из https://github.com/mozilla/pjs.git
5 строки
45 B
C
5 строки
45 B
C
|
int mult(int a, int b)
|
||
|
{
|
||
|
return a * b;
|
||
|
}
|