RosettaCodeData/Task/Function-definition/Aime/function-definition.aime
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

5 lines
52 B
Text

real
multiply(real a, real b)
{
return a * b;
}