aboutsummaryrefslogtreecommitdiff
path: root/cd.c
blob: 617cdaf95fbd349cff3b5b216bf8f33a6929fe0e (plain)
1
2
3
4
5
6
7
#include <stdio.h>
#include <sqlite3.h>
#include "segmenttree.h"

int main(int argc, char* argv[]) {
	printf("Hello!");
}