fediloom/src/main.rs

11 lines
156 B
Rust
Raw Normal View History

// src/main.rs
mod manip;
mod tests;
fn main() {
println!("Hello, world!");
2024-05-30 02:59:40 -04:00
// TODO argument parsing
// TODO logging
// TODO config file
}