Created
March 14, 2025 19:39
-
-
Save joeywhelan/363ffdb9c98a0180ee0650376da4af34 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ node ccr_test.js | |
| *** West CCR *** | |
| { | |
| name: 'Snow Crash', | |
| author: 'Neal Stephenson', | |
| release_date: '1992-06-01', | |
| page_count: 470 | |
| } | |
| { | |
| name: 'Revelation Space', | |
| author: 'Alastair Reynolds', | |
| release_date: '2000-03-15', | |
| page_count: 585 | |
| } | |
| *** East CCR *** | |
| { | |
| name: 'Snow Crash', | |
| author: 'Neal Stephenson', | |
| release_date: '1992-06-01', | |
| page_count: 470 | |
| } | |
| { | |
| name: 'Revelation Space', | |
| author: 'Alastair Reynolds', | |
| release_date: '2000-03-15', | |
| page_count: 585 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment