aboutsummaryrefslogtreecommitdiff
path: root/1-09_single-spacing.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-02-13Add license file, reorganize projectzlg1-29/+0
2013-02-13Fix 1-09's solutionzlg1-2/+4
My initial solution tried to simplify the conditions for outputting a space. You really do need two 'if's in there.
2013-02-07Solve Exercises 1-1 to 1-12zlg1-0/+27
It was bugging me and the exercises are simple, so I pumped'em out.