forked from iicd/git-learner
7 lines
98 B
C
7 lines
98 B
C
#ifndef HELLO_WORLD_VERSION_H
|
|
#define HELLO_WORLD_VERSION_H
|
|
|
|
#define _VERSION "<version>"
|
|
|
|
#endif
|