#include "other.h" int main() { int first = 5; int second = 10; const int result = add(first, second); return 0; }