Demo/main/main.cpp
Johannes Theiner e298624c8e + Unit Test Framework
+ README
+ CHANGELOG
+ LICENCE
2019-10-16 16:27:14 +02:00

5 lines
59 B
C++

#include "../src/demo.h"
int main() {
return test();
}