xmr-btc-swap/monero-adaptor/depend/hash/hash.c

10 lines
118 B
C
Raw Normal View History

2021-04-16 00:52:35 -04:00
//
// Created by Rishab Sharma on 16/4/21.
//
#include "hash.h"
float add(float a, float b) {
return (a + b);
}