hsundar / 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,

# will compile Reduce.c under students/uxxxxxxx/ and run test cases if compilation is successful where datatype is int and operation is sum
$ python build.py compile Reduce.c int sum 
# will generate the zip file for submission
$ build.py archive    

About

Template code for CS6230 Assignments

License:MIT License


Languages

Language:Python 45.6%Language:C 44.0%Language:C++ 6.5%Language:Shell 3.9%