EMS/main.c

7 lines
84 B
C

#include "test.h"
int main(int argc, char *argv[])
{
runTest();
return 0;
}