summaryrefslogtreecommitdiffstats
path: root/src/main.c
blob: 70d12fb40a1717257ceef86f077b1a50a7e7715a (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dht.c>
int main (void) {
	struct dht * dht = dht_init();
}