From 5cdde2cb8e0f73d66a76930b9743cda8e4acbefe Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Wed, 8 Feb 2023 09:54:38 +0000 Subject: [PATCH] feat(README.org):Add simple compiling procedure --- README.org | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5