mfornet / acmx

Competitive programming made simple. VSCode extension.
MIT License
148 stars 9 forks source link

Use default mainSolution. #79

Closed mfornet closed 4 years ago

mfornet commented 4 years ago

Use sol.cpp as mainSolution when no config.json is present. This way it will allow run old problems with new settings.

Fix #67 Fix #66