/* * Copyright 2013 (c) Anna Schumaker. */ #include int main(int argc, char **argv) { Database db("test.db"); return 0; }