I get the following: ``` warning: function is never used: `main`, #[warn(dead_code)] on by default --> src/bin/alt.rs:17:1 | 17 | fn main() { | ^ ``` This is wrong, correct?