]> git.datanom.net - lensdb.git/blame_incremental - src/main.c
update
[lensdb.git] / src / main.c
... / ...
CommitLineData
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
8gint main(gint argc, gchar** argv) {
9 return 0;
10}
This page took 0.032534 seconds and 5 git commands to generate.