aboutsummaryrefslogtreecommitdiff
path: root/README.mdown
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2012-08-11 14:55:41 -0400
committerzlg <zlg@zlg.space>2012-08-11 14:55:41 -0400
commit569a5bd5c48d8969e644947ce3d89a97a0d56e5e (patch)
tree877a5fe80c7d36e04777ceba6d560949562c152e /README.mdown
downloadknr-569a5bd5c48d8969e644947ce3d89a97a0d56e5e.tar.gz
knr-569a5bd5c48d8969e644947ce3d89a97a0d56e5e.tar.bz2
knr-569a5bd5c48d8969e644947ce3d89a97a0d56e5e.tar.xz
knr-569a5bd5c48d8969e644947ce3d89a97a0d56e5e.zip
Initial commit
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.