Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 166 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 166 Bytes

C Basics

The code in this repo reviews some basics of the C language. Here's how you can compile the files in this repo:

gcc --std=c99 basics.c -o basics