blob: a4dcca391d50ed1a83422959f26259dd63c5021f [file] [log] [blame]
#include "add.h"
int add(int a, int b)
{
return a + b;
}