version(Windows) {
import core.sys.windows.windows : FreeConsole;
FreeConsole();
}
DOS window flashes at the start, and that's bad.
version(Windows) {
import core.sys.windows.windows : FreeConsole;
FreeConsole();
}
DOS window flashes at the start, and that's bad.