Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.25 KB

File metadata and controls

55 lines (29 loc) · 1.25 KB

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