- A straightforward web app where you can write C code and run it instantly. Perfect for quick tests, learning, or debugging small programs.
- Write C code in your browser
- Get instant results when you run it
- Works on phones, tablets, and computers
- Switch between light and dark mode
- See errors clearly highlighted
git clone https://github.com/embarkit/RunC.webcd RunC.webpip install -r requirements.txtpython app.pyhttp://localhost:5000-
Type your C code in the big text box
-
Hit the "Run Code" button
-
See the output appear below
-
Use the moon/sun button to change between dark and light mode
Made by MrFidal - feel free to use this for your own projects.
A big thank you to all the developers who inspired this project and to everyone who takes the time to use it! If you find this tool helpful, please consider starring the repository or sharing it with fellow coders. Happy programming!