Skip to content

jlong/hello-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello

Canonical hello world program in C. Also wired up for testing Jenkins.

Building

To build the hello executable, run:

make hello

You will need to have gcc installed. On a Mac, you can ensure gcc is installed with xcode-select --install.

Tests

To run tests, use make:

make tests

Tests are written in Bats. On a Mac the easiest way to get Bats is to use Hombrew (brew install bats).

About

Canonical hello world program in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published