/hello-c

A simple hello world program in C

Primary LanguageCGNU General Public License v2.0GPL-2.0

Hello World in C

Build Status for Hello World in C

This project contains a simple "Hello, World!" program written in C.

The program prints "Hello, World!" and exits.

It is under CI through GitHub Actions.

Compiling and running

This project uses make to handle builds.

To compile use the following command:

make

To run use the following command:

make run

You should see the following on the screen:

Hello, World!

Important files

Known bugs

This documentation is longer than the source code.

Useful reading