xmr-btc-swap/monero-adaptor/depend/hash/hash.c
2021-04-16 14:52:35 +10:00

10 lines
118 B
C

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