Pratyush Desai
5556366d4b
A workspace to trial things across different IDEs and devenvs Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
6 lines
89 B
C++
6 lines
89 B
C++
// int Multiply(int a, int b)
|
|
// {
|
|
// int result = a * b;
|
|
// return result;
|
|
// }
|