Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.18 KB

File metadata and controls

55 lines (37 loc) · 1.18 KB

C Code Runner - Simple Online C Compiler

  • A straightforward web app where you can write C code and run it instantly. Perfect for quick tests, learning, or debugging small programs.

What This Does

  • 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

Getting Started

Download the code :

git clone https://github.com/embarkit/RunC.web
cd RunC.web

Install what's needed :

pip install -r requirements.txt

Start it up :

python app.py

Open your browser to :

http://localhost:5000

How to Use It

  • 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

About

Made by MrFidal - feel free to use this for your own projects.

Thank You

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!