Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notthestallion/amazon
https://github.com/notthestallion/amazon
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/notthestallion/amazon
- Owner: NotTheStallion
- Created: 2023-08-06T15:14:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:19:20.000Z (9 months ago)
- Last Synced: 2024-05-30T15:50:22.008Z (6 months 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)