In our tutorials, we set the windows subsystem: ```rust #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] ``` but with no explanation why, or what's going on with that.