5 lines
59 B
C++
5 lines
59 B
C++
|
#include "../src/demo.h"
|
||
|
|
||
|
int main() {
|
||
|
return test();
|
||
|
}
|