Skip to content

GOLVEN666/alx-low_level_programming

Repository files navigation

Low-Level Programming - Data Structures, Algorithms, Linux/Unix System Programming

Description

This repository contains programs written for the low-level programming and algorithm section.

Structure

Requirements

Working with this project requires you to have some tools installed:

Navigation Guide

To access any project you are willing to view, please proceed like this:

  • Clone the repository

    git clone https://github.com/GOLVEN666/alx-low_level_programming
    cd alx-low_level_programming
  • Open your desired project (we take Hello world project as example)

    cd 0x00-hello_world
  • Test your desired file

    gcc -Wall -Werror -Wextra -pedantic -std=gnu89 4-puts.c -o 4-puts
    ./4-puts
  • Repeat with other files or projects

Author

Acknowledgements

All work contained in this project was completed as part of the curriculum for ALX Africa Software Engineering program built upon Holberton School projects and materials. Holberton School is a campus-based full-stack software engineering program that prepares students for careers in the tech industry using project-based peer learning.

Credits

For more information, visit these links.