]> git.datanom.net - lensdb.git/blob - src/main.c
fix base
[lensdb.git] / src / main.c
1 #ifdef HAVE_CONFIG_H
2 # include <config.h>
3 #endif
4 #include <glib.h>
5 #include <glib-object.h>
6 #include "sqlite-storage.h"
7
8 gint main(gint argc, gchar** argv) {
9 return 0;
10 }
This page took 0.07879 seconds and 6 git commands to generate.