Skip to content

Lightweight code checker tool in python for compiling and running Java, C and C++ files

License

Notifications You must be signed in to change notification settings

apaar97/code-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Checker

Gist stars GitHub license

Overview

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 cases. The actual output can also be checked against expected output to give accepted or wrong verdict.

Motivation

Originally posted in this gist, adds improvement to existing code snippet.

Usage notes

Requires language compilers (GCC, G++, Java) to be pre-installed on the system

About

Lightweight code checker tool in python for compiling and running Java, C and C++ files

Topics

Resources

License

Stars

Watchers

Forks