jitcompiler
jitcompiler copied to clipboard
JIT Compiler is a open source online code compiler. You can run more than 40+ most popular programming languages in your browser just-in-time using jitcompiler.
how to build the project there is no build command in the scripts
@rajkumardusad can you help me to how to do project setup file on windows
The editor is great.Am trying to exprience different output of a specific code in carbon...in vs code,it gives me a different output as the one in code blocks
I have installed docker on my mac machine and when I clone this script and run this command cd jitcompiler && chmod +x setup.sh && ./setup.sh the i am getting...
I am a windows user. Manually performed all the setup in windows as given. Everything spawned correctly and i reached localhost:3000 too and the compiler's route too. When clicked on...
I wish to create a component and use it in a part of my simple study web-app. How can i create a component with ```react-ace``` and use it with the...