/* * Prints version info to the screen when compiled in debug mode */ #include int main(int argc, char **argv) { return 0; }