A minimal C Hello World project.
- A C11-compatible compiler
- GNU Make
makemake runExpected output:
Hello, World!
make testmake clean.
├── .github/ Continuous integration workflow
├── include/ Public headers
├── src/ Application source
├── tests/ Automated tests
├── Makefile Build commands
└── README.md Project overview
This project is available under the MIT License. See LICENSE.