Hacker News new | ask | show | jobs
by Dylan16807 1203 days ago
The error message talks about having flags set wrong and doesn't complain about anything the code is doing.

Also your code for "Tuple Optional Elements and Rest" is broken. Pad is declared twice and it's returning the wrong thing.

1 comments

Thanks, I fixed both of them.