fediloom/src/main.rs

10 lines
144 B
Rust
Raw Normal View History

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