aboutsummaryrefslogtreecommitdiff
path: root/sum.c
blob: d3603fc7268e07ae48d358c53a658313f037e116 (plain)
1
int sum(int a, int b) { return a+b; }

Generated with cgit - Back to sebastiano.tronto.net