https://github.com/pathikrit/scalajam
My Scala template for Google Code Jam
https://github.com/pathikrit/scalajam
codejam scala
Last synced: 10 months ago
JSON representation
My Scala template for Google Code Jam
- Host: GitHub
- URL: https://github.com/pathikrit/scalajam
- Owner: pathikrit
- Created: 2014-04-12T16:48:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T16:06:57.000Z (about 9 years ago)
- Last Synced: 2025-01-29T07:20:30.910Z (12 months ago)
- Topics: codejam, scala
- Language: Scala
- Homepage: https://code.google.com/codejam/
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. IntelliJ -> Open From VCS
2. Running from command line: `sbt 'run-main $X'`
3. Do each contest on branch: `$year/$round`
4. Copying inputs `cp ~/Downloads/*.in ~/Projects/ScalaJam/src/main/resources/"