Skip to content

shikhar9820/COFF

Repository files navigation

COFF

Offline Judge for Competitive Coding


How to run this Project?

  1. Clone the Repository.
  2. Switch to master branch.
  3. To build the project, enter make.
  4. Run ./coff .
  5. To remove the program compiled in step 3, enter make clean .

Start with Coff

As soon as a person builds Coff using make, an example question is saved to ~/coff/quest directory, with name "example1.quest" .

You can see the question by running:

./coff -s example1.quest

Write a program for it and save it ~/coff/ans. Lets say you made "1.c". Type:

./coff -q example1.quest -l c -t 1.c

All program files must be saved inside ~/coff/ans or as in the path specified in configuration file, else provide full path to your profram.

One can also find sample C/C++, Python and Javascript programs which were used in testing of Coff. They are in test_programs/ directory.


How to write questions?

  1. Follow till Step 2 of "How to run this Project?"
  2. Enter make coff-quest.
  3. Run ./coff-quest.
  4. To remove the program compiled in step 2, enter make clean.

How to reset configuration file?

  1. Run make coff-config.

Documentation

To see user, documentation, run:

./coff -d

or

./coff --doc

Core Developers/ Contributors

  1. Shikhar Kataruka
  2. Shivam Khurana
  3. Shreya Sneha
  4. Vaibhav Gupta

About

Minor_Project2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •