ripel2 / CPE_star_2021

Epitech first project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPE_star_2021

Epitech first project

About this project

This project is the first project that we made at Epitech, a few days after the C Pool started.

How to use

First compile with the Makefile

make

Then launch the program by typing

./star

When we did the project, we only had to create the function star. We also didn't have to use a Makefile to compile the star into a executable. Thus, the star printed on screen is hardcoded to be of size 5.

About

Epitech first project


Languages

Language:C 90.7%Language:Makefile 9.3%