blob: 3e156b80bee6aa09bb5ee93cd7a8fd489f754654 [file]
int add(int a, int b)
{
return a + b;
}