Building a Gradescope autograder for code in another language

This is another example of using a Python autograder to grade code in another language. It's similar to the General output-checking autograder and Native code via Python examples, but using a different supporting library.

Part 1

Part 2

Part 3

Part 4

Part 5