EMS/main.c

7 lines
84 B
C
Raw Normal View History

#include "test.h"
2024-10-31 17:52:29 +08:00
int main(int argc, char *argv[])
{
runTest();
2024-10-31 17:52:29 +08:00
return 0;
}