But I don't want to deal with 50 different languages and environment setup.
My use case is like this: I give a HackerRank type coding problem statement, user types/adds code in a codd-editor type form and then I push that code to a 3rd party service check if it's valid, it's running, it's giving desired outputs, etc etc.
Is any APIs available?
I can't use HackerRank's etc directly, as I'm trying to build a similar service.
Please suggest.