1579686fdd
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6 lines
110 B
Rust
6 lines
110 B
Rust
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
spacesh_app_lib::run();
|
|
}
|