Multiplicação X por Y - Silas

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> prod(int x, int y){ if(y == 1) return x; else return x + prod(x,y-1); }
Editor Settings
Theme
Key bindings
Full width
Lines