1 2 3 4 5
//! This is a placeholder for a future 6over4 implementation #[tokio::main] pub async fn main() { println!("You did it! You found the incomplete binary :)"); }