#include #include int main() { printf("SQLite Version: %s\n", sqlite3_libversion()); return 0; }