Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 273 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 273 Bytes

selflearnC

Mini projects aimed at learning the C programming language.

Projects

  • 00 - list: Playing with arrays in C.
  • 01 - dict: Trying to implement a dictionary in C and failing.
  • 02 - ptr: Pointer exercises trying to understand how pointers work.