Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 206 Bytes

File metadata and controls

6 lines (6 loc) · 206 Bytes

C_2020

Practice of C starts at 2020.

Used to contain my c code for basic skills and algorithms.

Steps:
  1. Use main.c and main.h to call the sort functions.
  2. Use make to compile them.