aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-05-26 16:03:46 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-05-26 16:05:04 -0300
commitec56c500551cd60e15dad9cc90170cd2e3492342 (patch)
treedff40e416375ba9f7b29478f5d767e8480530e21
PART 1
We are going to start right away writing simple programs as we explorethe fundamentals of not only C but also general programming. This part contains the following chapters: • Chapter 1, Running Hello, World • Chapter 2, Understanding Program Structure • Chapter 3, Working with Basic Data Types • Chapter 4, Using Variables and Assignments • Chapter 5, Exploring Operators and Expressions • Chapter 6, Exploring Conditional Program Flow • Chapter 7, Exploring Loops and Iterations • Chapter 8, Creating and Using Enumerations
-rw-r--r--REAME15
1 files changed, 15 insertions, 0 deletions
diff --git a/REAME b/REAME
new file mode 100644
index 0000000..c8c3b02
--- /dev/null
+++ b/REAME
@@ -0,0 +1,15 @@
+We are going to start right away writing simple programs as we explore
+the fundamentals of not only
+
+C but also general programming.
+
+This part contains the following chapters:
+
+• Chapter 1, Running Hello, World
+• Chapter 2, Understanding Program Structure
+• Chapter 3, Working with Basic Data Types
+• Chapter 4, Using Variables and Assignments
+• Chapter 5, Exploring Operators and Expressions
+• Chapter 6, Exploring Conditional Program Flow
+• Chapter 7, Exploring Loops and Iterations
+• Chapter 8, Creating and Using Enumerations