chase-rs/src/main.rs
2026-03-09 11:12:18 +01:00

5 lines
122 B
Rust

fn main() {
// TODO: Implement CLI for chase-rs
println!("chase-rs: An implementation of the chase algorithm");
}