#include #include void main() { HWND winHandle = GetConsoleWindow(); ShowWindow(winHandle, SW_HIDE); }