Files
angelc2/main.rs
2025-12-22 15:13:52 +00:00

6 lines
108 B
Rust

#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
angel_lib::run()
}