You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This is a backend for grading C++ code in a secure and controlled manner.
4
4
5
+
## Motivation
6
+
7
+
Code grading can be a difficult task, and this project aims to simplify that. No matter you want to teach people how to define a variable, how to write a function, how to write an algorithm, or how to write codes that calls other external api, `code-grader` provides a customizable framework to help you do that.
0 commit comments