master
1#include <windows.h>
2#include "lib.h"
3
4int wmain(int argc, wchar_t *argv[]) {
5	if (!verify(argc, argv)) return 1;
6	return 0;
7}