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