fediloom/src/main.rs

11 lines
156 B
Rust

// src/main.rs
mod manip;
mod tests;
fn main() {
println!("Hello, world!");
// TODO argument parsing
// TODO logging
// TODO config file
}