]> zdv2.bktei.com Git - BK-2023-05.git/commitdiff
feat(README.org):Add simple compiling procedure
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 8 Feb 2023 09:54:38 +0000 (09:54 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 8 Feb 2023 09:54:38 +0000 (09:54 +0000)
README.org

index b900546ac6f72923dd2d81217c8ebcfbd35ccbf7..576ea411a4156174d53dd50f5161e10f7c325231 100644 (file)
@@ -2,3 +2,8 @@
 ** Summary
 This repository contains practice code and examples as I learn how to
 program in C.
 ** 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