I would know how to make some this but in Dlang: ` #include <windows.h> void hideConsoleWindow() { ShowWindow(GetConsoleWindow(),SW_HIDE); } `