/c-basics

C Basics

Primary LanguageC

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