-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make year output row-major (right then down)
The prior version went Jan May Sep Feb Jun Oct Mar Jul Nov Apr Aug Dec Now it displays Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Roughly, top-to-bottom as winter, spring, summer, autumn. I've parameterized this so it can go either way, currently hard-coded to row major. This leaves open a future option to make this a command switch. Resolves #8 Update README
- Loading branch information
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters