EMS/drv/main.c

7 lines
84 B
C
Raw Normal View History

2024-11-13 14:46:59 +08:00
#include "test.h"
int main(int argc, char *argv[])
{
runTest();
return 0;
}