Skip to content

Emakiflom/alx-higher_level_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x00. Python - Hello, World

This repository contains simple "Hello, World!" scripts in Python, Shell, and C to meet the specified project requirements.

Project Structure

  • hello_world.py: Python script
  • hello_world.sh: Shell script
  • hello_world.c: C script
  • lists.h: Header file for C

Usage

Make sure the scripts are executable:

chmod +x hello_world.py
chmod +x hello_world.sh
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 -o hello_world hello_world.c
chmod +x hello_world

About

this is alx group project for alx-higher_level_programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published