Duckapple / Kat

Kattis shell for getting examples, testing and submitting.
18 stars 6 forks source link

Debug mode only works in python #84

Closed Jakobis closed 2 years ago

Jakobis commented 2 years ago

Since the debug commands work by calling subprocess.run with python as argument, it will only work on python solutions. It should probably allow both generator, bruteforce and solution to be in whatever language (assuming it is not a pain to do so).