Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rwalle61/googlecodejam

Solutions to Google Code Jam
https://github.com/rwalle61/googlecodejam

Last synced: 21 days ago
JSON representation

Solutions to Google Code Jam

Awesome Lists containing this project

README

        

# Google Code Jam

To run a solution, `cd` into the directory, and run it as follows:

```bash
node index.js < in.txt
```

To output `console.log` to a file:

```bash
node index.js < in.txt > out.txt
```