aboutsummaryrefslogtreecommitdiff
path: root/dns2tcp.c
blob: c1f08f78a182cabf820216b6e370ce9ee851f1e2 (plain)
1
2
3
4
5
6
7
8
9
#define _GNU_SOURCE
#include "logutils.h"
#include <uv.h>
#undef _GNU_SOURCE

int main(void) {
    LOGINF("[main] hello, world!");
    return 0;
}