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
- Host: GitHub
- URL: https://github.com/zhangchiqing/codejam
- Owner: zhangchiqing
- License: mit
- Created: 2015-04-16T04:52:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T06:08:10.000Z (about 10 years ago)
- Last Synced: 2025-01-09T11:12:17.807Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```