p00f / cphelper.nvim

Neovim helper for competitive programming. Use https://sr.ht/~p00f/cphelper.nvim instead
MIT License
133 stars 9 forks source link

Not correct until newline at the end of output #22

Closed pyfb78 closed 2 years ago

pyfb78 commented 2 years ago

Whenever I check my solution, I have to put a '\n' to the end of my output which can be hard to remember to do when in competition.

p00f commented 2 years ago

Fixed