Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinamathew/alx-low_level_programming
Starting out with C programmin language
https://github.com/sinamathew/alx-low_level_programming
Last synced: 29 days ago
JSON representation
Starting out with C programmin language
- Host: GitHub
- URL: https://github.com/sinamathew/alx-low_level_programming
- Owner: sinamathew
- Created: 2023-07-14T03:19:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T00:39:25.000Z (10 months ago)
- Last Synced: 2024-11-05T16:06:08.461Z (3 months ago)
- Language: C
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
### C* Allowed editors: vi, vim, emacs
* All your files will be compiled on Ubuntu 20.04 LTS using gcc, using the options -Wall -Werror -Wextra -pedantic -std=gnu89
* All files should end with a new line
* A README.md file at the root of the repo, containing a description of the repository
* A README.md file, at the root of the folder of this project, containing a description of the project
* There should be no errors and no warnings during compilation
* Not allowed to use system
* Code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl### Shell Scripts
* Allowed editors: vi, vim, emacs
* All your scripts will be tested on Ubuntu 20.04 LTS
* All your scripts should be exactly two lines long ($ wc -l file should print 2)
* All your files should end with a new line
* The first line of all your files should be exactly #!/bin/bash