Description
I would like to embed online compiler where almost major types of languages could be coded to compile the faang interview questions. fAANG do have many many question year/mon wise even with time stamps my question is how would that be managed? obviously we should introduce feature where people can code & that code must be filtered for syntax or runtime errors (if any) and must pass test cases before submit
Proposed Solution
jdoodle
Using the JDoodle compiler we can write our code in C, C++, Java, and in many more programming languages, and then we can embed and easily run that program in our webpage by giving standard inputs, and we can give command line arguments also.
