Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 369 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 369 Bytes

AutoGrader

automatically compile and checking answer all codes in the same directory

Path

all codes have to lacate in the same directory with grade.sh

  • /directory
    • grade.sh
    • input.txt
    • answer.txt
    • a.c
    • b.java
    • c.cpp
    • d.py
    • ...

Usage

./grade.sh

Or, getting more clear result:

./gread.sh > result.txt