lugnitdgp / OnlineJ

Online Judge for holding coding competitions
http://codecracker.in/
MIT License
6 stars 16 forks source link

Language code only acceptable in lower case #45

Open divyanshumehta opened 6 years ago

divyanshumehta commented 6 years ago

Currently the language code for any language can only be accepted in lower case and according to a fixed mapping like { 'c++' => '.cpp', 'java' => '.java', 'python' => '.py', 'c' => '.c', 'ruby' => '.rb' } .