https://github.com/bensuperpc/pyramid
Simple pyramid in C
https://github.com/bensuperpc/pyramid
c gcc make makefile pyramid
Last synced: over 1 year ago
JSON representation
Simple pyramid in C
- Host: GitHub
- URL: https://github.com/bensuperpc/pyramid
- Owner: bensuperpc
- License: mit
- Created: 2021-11-05T14:20:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T14:31:43.000Z (over 4 years ago)
- Last Synced: 2025-02-02T01:46:36.309Z (over 1 year ago)
- Topics: c, gcc, make, makefile, pyramid
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyramid
## Build
```bash
make # Or make all
```
## Run
```bash
./pyramid
```