aboutsummaryrefslogtreecommitdiff
path: root/README.mdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.mdown')
-rw-r--r--README.mdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.mdown b/README.mdown
new file mode 100644
index 0000000..7af39e0
--- /dev/null
+++ b/README.mdown
@@ -0,0 +1,9 @@
+As I was reading Kernighan and Ritchie's *The C Programming Language*, I felt
+like I was learning the syntax and other superficial things, but not learning
+the more practical lessons that I was sure I'd run into once I tried to make
+something. So I chose to do the exercises. I didn't start until the middle of
+Chapter 1, but better late than never!
+
+If you have suggestions or pointers, message me! I really want to learn C "the
+right way". It's a fascinating, spartan, pretty language, and I want to become
+good with it.