kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
410 stars 73 forks source link

Support multiple inputs #78

Closed limoiie closed 3 years ago

limoiie commented 3 years ago

It seems that the code-answers and the expected-code-answers returned by the LeetCode have already contained all the needed outputs, but only the 0th code-answer/expected-code-answer got output. So I just loop the answer array and output the answers iteratively.