# Hello World in C A minimalist C application hosted on `git.davo.co`. --- ## Repository Access & Cloning Clone URL: `git clone https://git.davo.co/hello-world.git` ## Building & Running ```bash gcc -Wall -Werror -O2 -std=c23 main.c -o hello ./hello ```