Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 273 Bytes

File metadata and controls

17 lines (10 loc) · 273 Bytes

Week01

C as Problem Sovling Tool: Week01

Compiling code

After Cloning this repostory, In order to Compile code follow following steps in project directory linux:

  1. Compile using

     cd build
     cmake ..
     make
    
  2. Execute using

     ./main