1
0
Fork 0
codehunt-data-cs/README.md

624 B

codehunt-data-cs

Code Hunt Data Helper, C# version (see also: Python version)

This is intended to help with analyzing data from the Code Hunt Data Release 1 by parsing the filenames and providing code for querying the Code Hunt REST API as well as showing an example of using Roslyn to parse the user code.

See codehunt-data-example/Program.cs for a simple example of using this code.