Hello CodeDrills community, Happy New Year!
We have recently launched 3 new programming languages on our judge platform!
- JavaScript
- C#
- Ruby
JavaScript
We have integrated node.js based compiler.
- Compile Command:
- Run Command:
node code.js
- Time Limit Multiplier: 3x
- Additional Memory: 256 MB
C#
We have integrated Mono. Mono is an open source implementation of Microsoft’s .NET Framework based on the ECMA standards for C#.
- Compile Command:
mcs code.cs
- Run Command:
mono code.exe
- Time Limit Multiplier: 2x
- Additional Memory: 256 MB
Ruby
- Compile Command:
- Run Command:
ruby code.rb
- Time Limit Multiplier: 3x
- Additional Memory: 256 MB
Try these new languages and let us know your feedback on the same!
Cheers!