1 2 3
int multiply(int a, int b) { return a * b; }
Generated with cgit - Back to sebastiano.tronto.net