mattn / vim-sonictemplate

Easy and high speed coding method
http://mattn.github.com/vim-sonictemplate
333 stars 42 forks source link

Add competitive programming template #47

Closed p00f closed 4 years ago

p00f commented 4 years ago

Competitive programming problems mostly have the same format: The first line of input contains the number of test cases. Those many test cases follow

p00f commented 4 years ago

I've used two spaces for indent because I use that personally, I'll change it to tabs

p00f commented 4 years ago

fixed

mattn commented 4 years ago

Thank you