6 lines
80 B
C
6 lines
80 B
C
#include "unit/unit.h"
|
|
|
|
int main(void) {
|
|
COSMS_CORE_TEST_RUN()
|
|
return 0;
|
|
}
|