Skip to content

Commit 96c7dd1

Browse files
committed
Update readme file
0 parents  commit 96c7dd1

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# alx-low_level_programming
2+
3+
This repository contains my solutions and projects related to low-level programming tasks in the ALX Software Engineering program. The projects cover various topics such as C programming, data structures, algorithms, and more.
4+
5+
## Table of Contents
6+
7+
- [Description](#description)
8+
- [Technologies](#technologies)
9+
- [Projects](#projects)
10+
- [Setup](#setup)
11+
12+
## Description
13+
14+
In the ALX Software Engineering program, the focus is on developing a strong foundation in low-level programming. This repository serves as a collection of my progress and achievements in this area. Each project or task is designed to enhance my understanding of low-level programming concepts, improve my problem-solving skills, and familiarize myself with the C programming language.
15+
16+
## Technologies
17+
18+
The projects in this repository are primarily implemented using the C programming language. Some projects may also utilize specific libraries or tools based on the requirements. Commonly used technologies and tools include:
19+
20+
- C programming language
21+
- GCC compiler
22+
- Makefile
23+
- Git version control
24+
25+
## Projects
26+
27+
Here are some of the projects and tasks included in this repository:
28+
29+
- [0x00-hello_world](./0x00-hello_world): Introduction to C programming, compilation process, and basic syntax.
30+
- [0x01-variables_if_else_while](./0x01-variables_if_else_while): Learning about variables, if-else statements, and loops in C.
31+
- [0x02-functions_nested_loops](./0x02-functions_nested_loops): Implementing functions and nested loops in C.
32+
- [0x03-debugging](./0x03-debugging): Understanding and practicing debugging techniques.
33+
- [0x04-more_functions_nested_loops](./0x04-more_functions_nested_loops): Further exploration of functions and nested loops.
34+
35+
_Note: This is not an exhaustive list. Please refer to each project's directory for more details and additional tasks._
36+
37+
## Setup
38+
39+
To run and test the projects in this repository, follow these steps:
40+
41+
1. Clone this repository to your local machine using the following command:
42+
43+
```bash
44+
https://github.com/SamuelWorld20/alx-low_level_programming.git
45+

0 commit comments

Comments
 (0)