X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2023-05.git/blobdiff_plain/505b2c6f58fbc4d9f17d9541542cfc24fed9b47d..5cdde2cb8e0f73d66a76930b9743cda8e4acbefe:/README.org diff --git a/README.org b/README.org index b900546..576ea41 100644 --- a/README.org +++ b/README.org @@ -2,3 +2,8 @@ ** Summary This repository contains practice code and examples as I learn how to program in C. + +** Compiling Procedure +See [[https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_9.html][ref]]. + +: $ gcc -Wall -o hello.c hello