feat: add version header
This commit is contained in:
parent
6260ce47dc
commit
0d43936a61
3 changed files with 23 additions and 12 deletions
|
@ -1,6 +1,10 @@
|
|||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
#include "version.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
std::cout << "Hello" << std::endl;
|
||||
return 0;
|
||||
std::cout << "Hello, world! Version " << VERSION << std::endl;
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue