Skip to content

jth-computing/hello-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple hello world program in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 52.8%
  • C 47.2%