chase-rs/src/main.rs

5 lines
122 B
Rust
Raw Normal View History

2026-03-06 10:52:32 +00:00
fn main() {
2026-03-09 09:59:10 +01:00
// TODO: Implement CLI for chase-rs
println!("chase-rs: An implementation of the chase algorithm");
2026-03-06 10:52:32 +00:00
}