mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-05 16:12:13 +00:00
8 lines
125 B
C++
8 lines
125 B
C++
|
#include <qpdf/QPDF.hh>
|
||
|
#include <iostream>
|
||
|
|
||
|
int main() {
|
||
|
std::cout << QPDF::QPDFVersion() << std::endl;
|
||
|
return 0;
|
||
|
}
|