From 569a5bd5c48d8969e644947ce3d89a97a0d56e5e Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 11 Aug 2012 14:55:41 -0400 Subject: Initial commit --- README.mdown | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.mdown (limited to 'README.mdown') 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. -- cgit v1.2.3-54-g00ecf