Hi guys,
We have released today a first version of CheckiO client
It simply creates a folder with solutions from CheckiO and you can run your solution by simply run a script with your solution like
./median.py
- runs code of your solution
and
./media.py --check
- checks your solution on CheckiO. What would you suggest for integration with subline?
Maybe there are some plugins that I can use as a base or I can config build tools for that.
Thank you in advance.