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