bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit fb1acd1dc0e9b748f5a4d5d6af6f76cfd48e4469
parent 9f9b9ff588b234bd0b624060cf27d193966183dc
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Wed,  8 Oct 2025 19:59:39 +0530

updating readme

Diffstat:
Mtuition-c/README.md | 27---------------------------
1 file changed, 0 insertions(+), 27 deletions(-)

diff --git a/tuition-c/README.md b/tuition-c/README.md @@ -17,33 +17,6 @@ Each C source file (`.c`) follows a clear prefix system to indicate its origin. | **`APC-PRAC`** | Programs completed during practical lab sessions. | Lab Practical | | **`P`** | Programs from private tuition classes at Eduincs. | Eduincs (Private Tuition) | -## Getting Started - -### Prerequisites - -You need a C compiler installed on your system to compile and run these programs. **[GCC](https://gcc.gnu.org/)** is highly recommended. - -### How to Compile and Run - -To compile and run any C program in this directory, follow these simple steps using your terminal: - -1. **Navigate to the `tution-c` folder:** - ```bash - cd tution-c - ``` - -2. **Compile the program:** - ```bash - gcc your_file_name.c -o your_file_name - ``` - (Replace `your_file_name.c` with the actual file name, e.g., `APC-S-001.c`) - -3. **Run the executable:** - ```bash - ./your_file_name - ``` - (Replace `your_file_name` with the name of the executable you just created.) - --- ## License
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror