ocarina/tests/basic/print.cpp

11 lines
142 B
C++

/*
* Prints version info to the screen when compiled in debug mode
*/
#include <version.h>
int main(int argc, char **argv)
{
return 0;
}