Hello World in C
  • Shell 94.1%
  • C 5.9%
Find a file
2026-06-10 17:25:01 +10:00
code Add type aliases and testing framework 2026-05-27 17:29:12 +10:00
doco Add type aliases and testing framework 2026-05-27 17:29:12 +10:00
tests Add type aliases and testing framework 2026-05-27 17:29:12 +10:00
.clang-format Updated build script, added folder structure, and introduced custom code formatting standard 2026-05-27 11:05:02 +10:00
.clangd Updated build script, added folder structure, and introduced custom code formatting standard 2026-05-27 11:05:02 +10:00
.gitignore Updated build script, added folder structure, and introduced custom code formatting standard 2026-05-27 11:05:02 +10:00
build.sh Updated build script, added folder structure, and introduced custom code formatting standard 2026-05-27 11:05:02 +10:00
check.sh Copy source files into test workspace 2026-06-10 17:25:01 +10:00
ReadMe.md Add type aliases and testing framework 2026-05-27 17:29:12 +10:00
UNLICENSE Updated build script, added folder structure, and introduced custom code formatting standard 2026-05-27 11:05:02 +10:00

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.