Make the console window not show. The problem is probably that the entry point is currently called `main`, not `wWinMain`. <img width="3456" height="2064" alt="Image" src="https://github.com/user-attachments/assets/d01b2ef7-1be6-4bb9-b794-202c6c393b42" /> [See also](https://github.com/compnerd/swift-win32/issues/576)
Make the console window not show.
The problem is probably that the entry point is currently called
main, notwWinMain.See also