https://github.com/notthestallion/amazon
https://github.com/notthestallion/amazon
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notthestallion/amazon
- Owner: NotTheStallion
- Created: 2023-08-06T15:14:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:19:20.000Z (over 2 years ago)
- Last Synced: 2025-01-13T09:45:19.833Z (over 1 year ago)
- Language: C
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sujet de programmation impérative
Coding Convention :
- language : English
- Function : make_a_function
- Variable : make_a_variable
- Commentary : Before a function or variable to explain it
- Spaces between operator and variables, after a coma
- Braces on a new line
- Put _a if function use alloc
- If : if (a == b)
- For : for (int i = 0; i < n; i++)
- While : while (i != n)