mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 20:47:31 +08:00
5 lines
101 B
Rust
Executable File
5 lines
101 B
Rust
Executable File
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
fn main() {
|
|
app_lib::run();
|
|
}
|