commit fb540937533acd4b086666731e0fcc9f21f9e961
parent a4fd6a91a093f24c951b711564403a148903083d
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Thu, 2 Oct 2025 19:54:13 +0530
UPDATE_README
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,8 @@
## License
This project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.
+---
+
## How to install the Mingw-w64
#### Download the Mingw-w64 archive:
@@ -12,19 +14,21 @@ Once the download is complete, extract the contents of the mingw64.zip file to a
#### Add to your system's PATH:
To use the tools from any command prompt, you need to add the bin directory to your system's PATH environment variable.
-Open the Start Menu and search for "Edit the system environment variables".
+Open the Start Menu and search for `Edit the system environment variables`.
Click the `Environment Variables...` button.
-In the `System variables` section, find the Path variable and click "Edit...".
+In the `System variables` section, find the Path variable and click `Edit...`.
-Click `New` and add the path to the bin directory of your Mingw-w64 installation (e.g., C:\mingw64\bin).
+Click `New` and add the path to the bin directory of your Mingw-w64 installation (e.g., `C:\mingw64\bin`).
Click `OK` on all windows to save the changes.
#### Verify the installation:
Open a new Command Prompt or PowerShell window and type gcc --version. If the installation was successful, you should see the version information for the GCC compiler.
+---
+
# 🎓 B.Sc. CS Hons – Programs
This repository contains **all C programs, executables, and snapshots** as per the **West Bengal State University B.Sc. Computer Science (Hons) syllabus**.