1#include "billy.h"
2
3int sum(int a, int b) { return a + b; };