https://github.com/sammaji/c-programs
Repository to store all my C programs.
https://github.com/sammaji/c-programs
c programming-exercises
Last synced: 8 months ago
JSON representation
Repository to store all my C programs.
- Host: GitHub
- URL: https://github.com/sammaji/c-programs
- Owner: sammaji
- License: mit
- Created: 2023-03-20T14:39:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T12:10:52.000Z (over 2 years ago)
- Last Synced: 2025-03-28T03:40:57.151Z (9 months ago)
- Topics: c, programming-exercises
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# c-programs
This repository contains all my c programs.
### Build Guide
To generate a text file containing the program and the output use the `build.sh` script.
```bash
# ./build.sh
./build march_14_23
```