1 2 3 4 5
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release fn main() { fash::run(); }