This repo contains projects to help assist one get introduced to the C programming language..
- This repository was created just as instructed by the author of the program.
- It contains directories that help assists anyone new to the C programming language.
- Inside the directories are various tasks that instruct the learner on respectfully adjusting to the C language.
- Make sure to carefully read all the README.md files as they each contain important key points to consider for a better understanding of the programs..
- NOTE: This repo and all of its contents exist for learning purposes.
These are some basic commands that help the learner navigate his way around the utilization of this repository in SHELL.
- cd - change directory
- ls - list current files
- rm - delete a file
- rmdir - delete empty directories
- rm -r - delete a directory with contents
- cp - copy
- mv - to move or rename
This repository requires you to have these necessary installations to function appropriately.
- The latest version of UBUNTU
- A compiler ( GCC - GNU Compiler Collection )
- Betty Linter (also known as "Betty Style," refers to a coding style guide and linter for the C programming language.)
- Refer To This Link To Install The Betty Linter: https://github.com/alx-tools/Betty#readme
- This repository and all of its contents are for learning purposes.
- Some of these files contain basic concepts on how to achieve certain results.
- This repository and all of its contents are works/solutions that I came up with for the tasks assigned to me as a learner of the C language.
- Contributions are allowed and will be taken into consideration.
- With that being said please let me know if I missed something.
- I am up for corrections..