I tested nim-0.17.0_x64.zip on Windows, it is working now 1\. Download Nim 0.17.0 [https://nim-lang.org/download/nim-0.17.0_x64.zip](https://nim-lang.org/download/nim-0.17.0_x64.zip) Extract to C:\nim
2\. Download mingw [https://nim-lang.org/download/mingw64-6.3.0.7z](https://nim-lang.org/download/mingw64-6.3.0.7z) Extract to C:\mingw 3\. Add C:\nimbin and c:\mingw\bin to Path environment variable 4\. Run C:\nim\finish.exe (This step is optional since I added C:\mingw\bin` to Path already) 5\. Run "hello World" nim program
