Jpp
21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
externals
km3net-dataformat
build
_deps
km3netcmakesetup-src
examples
find-installed-version-consumer
find-installed-version-consumer/main.cc
Go to the documentation of this file.
1
#include <km3net/version-consumer/version.h>
2
3
#include <iostream>
4
5
int
main
()
6
{
7
if
(version::consumer::getVersion().empty()) {
8
return
1;
9
}
10
11
std::cout << version::consumer::getVersion() <<
'\n'
;
12
return
0;
13
}
main
int main()
Definition
find-installed-version-consumer/main.cc:5
Generated by
1.12.0