Open divyanshumehta opened 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' } .
{ 'c++' => '.cpp', 'java' => '.java', 'python' => '.py', 'c' => '.c', 'ruby' => '.rb' }
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' }
.