synchronik/src/agent/main.rs

5 lines
57 B
Rust

fn main() {
println!("Janky agent!");
todo!();
}