Utility functions for the project
#ifndef UTILS_H # define UTILS_H
add
int add(int a, int b);
subtract
int subtract(int a, int b);
#endif