Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 260 Bytes

DSA-Project

How to Compile


(Step 1) Prerequisite:

  • MinGW GCC Compiler (Support C11 Standard and above) or (Version 11.3.0 and above)

(Step 2) Using the following command to compile

$ make
or
$ gcc --std=c11 main.c -o main && ./main