cppIntro/HelloWorld/math.cpp
Pratyush Desai 5556366d4b
Intro to C++
A workspace to trial things across different IDEs and devenvs

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2024-12-04 22:44:02 +05:30

6 lines
89 B
C++

// int Multiply(int a, int b)
// {
// int result = a * b;
// return result;
// }