Files
iris/src/main.rs
2025-08-08 18:22:52 -04:00

6 lines
49 B
Rust

mod testing;
fn main() {
testing::main();
}