micetools/src/micetools/miceboot/mxmaster.c

9 lines
149 B
C

#include <Windows.h>
#include <stdio.h>
int main(int argc, char** argv) {
puts("mxmaster.exe dummy hit");
while (1) Sleep(1000);
}