X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2023-05.git/blobdiff_plain/5575c6f8462f39aad7708e345c5464f996ef6c84..17ea44aa6726c7765178d35ce39cd1366f74b059:/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