@nlisgo/gcjam
v1.0.5
Published
Boilerplate code to assist in solving Google Code Jam problems in Javascript
Downloads
16
Readme
gcjam
Open the terminal and navigate to the folder you wish to setup this project. Within your project folder add this as a dependency.
npm install @nlisgo/gcjamCreate starting code for new problem
npx gcjam-create --helpUsage: create [-h] [-V] [-r] [-st "Stage Title"] [-pt "Problem Title"] [-pv "problemVariable"] year stage problem
Example
npx gcjam-create -r -st "Qualification" -pt "Problem Title" -pv "problemTitle" 2022 qualifying problem-nameIf this is the first time setting up for the 2022 folder then the folder should have been create with boiler plate code.
See the README in the 2022 folder.
