#include "application.h"
#include <windows.h>
int main(int argc, char *argv[])
{
if (argc > 1)
FreeConsole();
}
zsy::Application::run();
return 0;