From: Steven Baltakatei Sandoval Date: Wed, 8 Feb 2023 09:54:38 +0000 (+0000) Subject: feat(README.org):Add simple compiling procedure X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2023-05.git/commitdiff_plain/5cdde2cb8e0f73d66a76930b9743cda8e4acbefe?hp=505b2c6f58fbc4d9f17d9541542cfc24fed9b47d feat(README.org):Add simple compiling procedure --- 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