A hello world test
Writing a hello world in C is tedious, and making your LLM to write it for you is a skill issue That's why I've decided to create this repo to test if my compiler is working.
Clone the repo
git clone https://github.com/ultimaslash/c_compiler_testInstall gcc on your machine, if you don't know how to install. Search the internet.
Make sure to install gcc first You can test your C compiler using this repo
git clone https://github.com/ultimaslash/c_compiler_test/ cd c_compiler_test && gcc hello.c -o hello && ./hellogit clone https://github.com/ultimaslash/c_compiler_testIf you'd like to contribute, please fork the repository and open a pull request to the main branch.