#include <stdio.h> int main(int argc, char* argv[]) { (void) argc; (void) argv; printf("ut.exe run\n"); return 0; }