# Rockstar Playground ## Purpose To make it easy to develop Rockstar solutions to Advent of Code style problems (with an input file and no interactivity). ## Setup ``` bash git submodule init cd rockstar npm i cd - npm i ``` ## Usage `node start ` Rock source code named `.rock` will be used first from the `lyrics` folder, or else from the `contracts` folder (intended for un-poetic works in progress). File input is expected as `.txt` in the `music` folder. ### Development `npx nodemon start ` will re-run the program whenever it is altered.