Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rwalle61/googlecodejam
- Owner: rwalle61
- Created: 2021-03-28T10:12:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T10:13:55.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T02:21:47.090Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```