Hi. For those who like to solve CodeJam in multiple programming languages, here https://github.com/indy256/codejam-templates is a collection of templates which reveal basic language constructs.
Currenly there are 8 single-threaded templates in Java, C++, Ruby, Python, JavaScript, etc.
Contribution of additional languages is welcomed.
ok, there is my pull request: https://github.com/indy256/codejam-templates/pull/1/files
Scala (multithreaded) template