commit 49896203e353940c30c9259559683fa7338ade8c
parent 6311122650c414d5da96fc625c46723a5be8aa40
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Mon, 6 Oct 2025 19:11:44 +0530
update readme, adding programiz link
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.
---