Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixed gitignore list, too
|
|
|
|
My initial solution tried to simplify the conditions for outputting a
space. You really do need two 'if's in there.
|
|
Printing a newline for each whitespace character was the wrong behavior.
|
|
It was bugging me and the exercises are simple, so I pumped'em out.
|
|
Escape sequences were being compared with the 'or' operator instead of
the 'and' operator. If I had left it alone, every escape sequence
would've borked it.
|
|
I'm glad to be done with chapter 1. It feels like I'm starting to gain
momentum. I'm certainly looking forward to using higher level constructs
like switch(), which I think is available in Chapter 2. So far so good!
|