Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 245 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 245 Bytes

##The real thittam :)

####To build:

$ mkdir build $ cd build $ cmake .. $ make $ ./src/thittam

####Before Commiting run below command in thittam directory:

thittam$ sh format-code.sh

This applies astyle config to all *.cxx and *.h files.