Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.01 KB

ALX Software Engineering Course - Low-level Programming Using ANSI-C

--> This is projects for demonstrating the skills and knowledge acquired.

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 your 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 You are not allowed to use system Your 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