mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
6 lines
103 B
Rust
6 lines
103 B
Rust
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
moku_lib::run();
|
|
}
|