Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 365 Bytes

These are the programs that I have written during my Winter Workshop at IIT Kharagpur of Image Processing.

How to compile a code:

Let's say you want to compile the program chessboard.cpp, then all you have to do is to execute this command:
make chessboard

This will create a binary with the name 'chessboard' which can be easily run by ./chessboard.