commit 2d418d8e774369fd2328934f398b5acd0f36bdde
parent 49896203e353940c30c9259559683fa7338ade8c
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date: Mon, 6 Oct 2025 19:15:32 +0530
Include online compiler link in README
Added a link to an online C/C++ compiler as an alternative.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -99,6 +99,7 @@ To ensure the compiler is correctly set up and accessible, open a new command li
3. **Expected Result:** If successful, you should see the version information for the GCC compiler (e.g., `gcc (MinGW.org GCC-6.3.0-1) 6.3.0`).
> 🎉 **Congratulations!** Your C/C++ development environment is now ready.
+
> If you do not want to work that much, just go to this [website](https://www.programiz.com/c-programming/online-compiler) and run your programs.
---