Duckapple / Kat

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

Made kattis.py executable on unix systems. #1

Closed jlndk closed 4 years ago

jlndk commented 4 years ago

This simple change allows unix users to execute the kattis.py file directly, without the need of extra files (such as the kattis.sh). We could even delete kattis.sh if you want.

It shoudn't interfere with windows users, but to be sure it should ofc be tested before merging.