Skip to content

PK1612/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

README

What is this project for?

This project will create a binary executable file ehich when invoked will print Hello World on the terminal.

Prerequisites

  • GCC (GNU Compiler collection)

How to use

Compile the source file and generate binary executable hello

gcc hello_world.c -o hello

Then execute

./hello

Thanks for using our program.

About

A simple "hello-world" project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages