https://github.com/cherouvim/google-code-jam
https://github.com/cherouvim/google-code-jam
google-code-jam java nodejs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cherouvim/google-code-jam
- Owner: cherouvim
- Created: 2018-03-11T12:46:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T05:12:13.000Z (about 6 years ago)
- Last Synced: 2026-04-30T13:33:43.329Z (19 days ago)
- Topics: google-code-jam, java, nodejs
- Language: Java
- Size: 631 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-code-jam
All my failed attempts to google code jam! :pizza:
## Reminder: How to run node tests
Test on terminal:
```sh
cat a.sample.in | node a
```
Produce output:
```sh
cat a.sample.in | node a > a.sample.out
```