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

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

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
```