terminal/main/main.cpp

5 lines
59 B
C++

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