Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rezasharifi82/sepehrjudge

Fundamental part of Sepehr I/O judge system
https://github.com/rezasharifi82/sepehrjudge

Last synced: 4 days ago
JSON representation

Fundamental part of Sepehr I/O judge system

Awesome Lists containing this project

README

        

# Sepehr Judge

Fundamental part of Sepehr I/O judge system.
This script is able to support python,java and C++.

## How to run that?
In order to use this script you should pass the student source to the script in terminal. e.g.:
```bash
python script.py Student_source
```
#### IMP:
please remember, you should put all of your input files in a folder named "input" (which exists within a same directory with the script.py)
and also obviously same approach for "output" folder.