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