1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 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 ```