Hey, I copied UDP example and added in `main` this: ```rust fn main() { send_data(); receive_data(); } ``` And it does nothing 
Hey, I copied UDP example and added in
mainthis:And it does nothing