archy/core/startos/src/main.rs

4 lines
44 B
Rust
Raw Normal View History

2026-01-24 22:59:20 +00:00
fn main() {
startos::bins::startbox()
}