Skip to content

ryanzhou710/CS6230

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.5%
  • C 26.9%
  • Shell 24.6%