Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
main.cc File Reference
#include "km3net/makefile-consumer/version.h"
#include <iostream>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 5 of file makefile-consumer/main.cc.

6{
7 if (makefile::consumer::getVersion() != "2.3.4") {
8 return 1;
9 }
10
11 std::cout << makefile::consumer::getVersion() << '\n';
12 return 0;
13}