diff --git a/docs/resources.md b/docs/resources.md index a8b1bb3..a7322c3 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -28,3 +28,4 @@ Name | Description [UoL Autograder](https://uol-autograder.readthedocs.io/en/latest/) | University of Leeds autograder for C++ and Python [Tufts C/C++ Gradescope Autograder](https://gitlab.cs.tufts.edu/mrussell/gradescope-autograding) | A customizable C/C++ Autograder that integrates with Gradescope, along with instructions and scripts for custom container building and git integration. [Excel workbook autograder](https://github.com/roleohibachi/excel-autograder) | Using the "programming assignment" format to autograde a non-programming assignment in Excel format. +[Hello World example for arbitrary code]([https://github.com/roleohibachi/excel-autograder](https://github.com/ALEX-CASSON-LAB/gradescope_c_helloworld)) | Example from the University of Manchester which compiles code (example in C here but can be anything at the command line) to test whether it compiles and outputs Hellow World when executed. Includes features such as submission rate limiting, turning off network access, catching and reporting errors to give a practical starting example for using Gradescope.