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