# hello This is a simple hello world project. ## Dependencies There are no dependencies besides a C compiler and `make`. ## Building Simply run `make` to build. ## Installing Run `sudo make install` to install. ## Usage After compiling, run `./hello`. See `man ./hello.1` for more details. ## Code Layout - `hello.c` The main program logic. - `greeting.h`/`greeting.c` The implementation of the greeting. ## License This software is released under the MIT license with the Commons Clause, see `LICENSE` for more details.