// // Created by Rishab Sharma on 16/4/21. // #include "hash.h" float add(float a, float b) { return (a + b); }