ryanzhou710 / CS6230

Template code for CS6230 Assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS6230

Template code for CS6230 Assignments

Students should check out this repository and add a folder under students named after their uid. All code should be within this folder.

You can use the 'build.py' script to compile and test your code.

The options are,

$ build.py sample  p1 # will compile 'p1' in the directory 'sample' under students/ 
$ build.py test       # will run tests
$ build.py archive    # will generate the zip file for submission

About

Template code for CS6230 Assignments

License:MIT License


Languages

Language:Python 48.5%Language:C 26.9%Language:Shell 24.6%