diff --git a/HOME_EXAM.md b/HOME_EXAM.md index aba84f2df9a0fb18923aaec446e57e79282c3027..42a470cd1cd56d483eea66538dbc49baf3a6ea95 100644 --- a/HOME_EXAM.md +++ b/HOME_EXAM.md @@ -199,8 +199,6 @@ fn add(a:i32, b:i32) -> i32 { > - Give a set of examples that are syntactically illegal, and rejected by your compiler. - -# TODO MORE ERRORS **Rejected Code** #### Fn misstype ```rust