1#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] 2 3fn main() { 4 app_lib::run(); 5}