Update Examples

Glen Whitney 2024-08-24 17:03:08 +00:00
parent 43bcfb9a2f
commit abb1dd87d5

@ -478,6 +478,7 @@ enum List
Cons(u32, Box<List>) Cons(u32, Box<List>)
Nil Nil
impl List impl List
fn new -> List Nil fn new -> List Nil