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