2026-04-08 19:59:47 +02:00

7 lines
173 B
Rust

// Prevents additional console window on Windows in release
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
ti_pote_desktop_lib::run()
}