From 71f013079ce7991949ba9afbde1706ef87efa4db Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 18 Mar 2016 18:15:43 -0500 Subject: [PATCH] Initial commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e719a8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +kgrader +======= + +__kgrader__ is a code autograder, originally created by the course staff of +[CS 296-41](https://cs.illinois.edu/courses/profile/CS296) (Systems Programming +Honors) at the University of Illinois to grade student homework submissions. + +It is written in Ruby.