An open API service indexing awesome lists of open source software.

https://github.com/zhangchiqing/codejam

Google Code Jam Scaffolding
https://github.com/zhangchiqing/codejam

Last synced: 4 months ago
JSON representation

Google Code Jam Scaffolding

Awesome Lists containing this project

README

        

## Google Code Jam Scaffolding

### Run
```
npm install
node example.js sample.in
```

### Debug
```
node --debug-brk example.js sample.in
```