Skip to content

ultimaslash/c_compiler_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c_compiler_test

A hello world test

Motivation

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.

Quick Start

Clone the repo

git clone https://github.com/ultimaslash/c_compiler_test

Install gcc on your machine, if you don't know how to install. Search the internet.

Usage

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 && ./hello

Contributing

Clone the repo

git clone https://github.com/ultimaslash/c_compiler_test

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.

About

A hello world test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages