A lightweight code checker tool written in python for compiling and running Java, C & Cpp files. It can handle Compilation errors, Runtime errors and Time limit exceeded. The output can also be checked against expected output to give Accepted or Wrong verdict.
Originally posted in this gist
- Python >= 3.5
- GCC, G++, Java compilers pre-installed