]> zdv2.bktei.com Git - BK-2023-05.git/blob - README.org
576ea411a4156174d53dd50f5161e10f7c325231
[BK-2023-05.git] / README.org
1 * Learning C
2 ** Summary
3 This repository contains practice code and examples as I learn how to
4 program in C.
5
6 ** Compiling Procedure
7 See [[https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_9.html][ref]].
8
9 : $ gcc -Wall -o hello.c hello