/CPool_Tree_2017

Mini project from C Pool in my first year at Epitech

Primary LanguageC


Logo

CHRISTMAS TREE

Computes a Christmas Tree of a certain size
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Having a C compiler (gcc) and the capacity to use make from a Makefile

Installation

  1. Clone the repo
git clone https://github.com/nicklamyeeman/CPool_Tree_2017.git
  1. Compile it
make

Usage

Example

./tree 1

Sizes [1 - 2 - 3 - 5] :
examples

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Nick LAM YEE MAN - @nickauteen - nick.lam-yee-man@epitech.eu

Project Link: https://github.com/nicklamyeeman/CPool_Tree_2017

Acknowledgements