https://github.com/g3th/pyramid_c
My first C program, which is complete aids.
https://github.com/g3th/pyramid_c
aids c char malloc null-terminator pointer
Last synced: 4 months ago
JSON representation
My first C program, which is complete aids.
- Host: GitHub
- URL: https://github.com/g3th/pyramid_c
- Owner: g3th
- Created: 2024-05-27T15:51:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:48:55.000Z (over 1 year ago)
- Last Synced: 2025-01-15T10:27:09.544Z (12 months ago)
- Topics: aids, c, char, malloc, null-terminator, pointer
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Terminal Pyramid in C
A pyramid which uses different aspects of the language for instructive purposes, avoiding the use of ```strcat```. To change number of rows edit ```#define rows```.