Computes a Christmas Tree of a certain size
Explore the docs »
Report Bug
·
Request Feature
This project is the first project at Epitech school after 1 week of discovery of C programming. The only usable system function is "write", that's why some system functions have been re-coded for this project.
To get a local copy up and running follow these simple steps.
Having a C compiler (gcc) and the capacity to use make from a Makefile
- Clone the repo
git clone https://github.com/nicklamyeeman/CPool_Tree_2017.git
- Compile it
make
./tree 1
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Nick LAM YEE MAN - @nickauteen - nick.lam-yee-man@epitech.eu
Project Link: https://github.com/nicklamyeeman/CPool_Tree_2017