Duckapple / Kat

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

Add C++ support #60

Closed Hjaltesorgenfrei closed 3 years ago

Hjaltesorgenfrei commented 3 years ago

Adds c++ support, as it is one of the languages Kattis supports. Note that the g++ compiler is specified as default. This might not be in PATH on windows, as it usually uses MSVC and not GCC, but the Windows compiler is usually not in PATH anyway, so thats is a minor problem in my opinion.