Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 403 Bytes

Repo just for me to document my adventures in sharpening my C/Assembly programming. Exercises are taken from [https://github.com/h0mbre/Learning-C]. Each exercise will contain multiple versions but the plan is to include at least:

  • Linux version, just uses the standard C library (if possible)
  • Windows version using the Win32 API
  • Assembly version calling the standard C library functions