Hello World in C
- Shell 94.1%
- C 5.9%
| code | ||
| doco | ||
| tests | ||
| .clang-format | ||
| .clangd | ||
| .gitignore | ||
| build.sh | ||
| check.sh | ||
| ReadMe.md | ||
| UNLICENSE | ||
Hello
A simple "hello world" program written in C.
Also serves as a project starting point. Includes a build script, testing framework, and formatting standard.
Build
To build the project:
./build.sh
To test:
./check.sh
To run:
./release/hello
Refer to testing overview for more information on project testing.