Adri11334 / antman

antman Epitech 2021 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epitech Project 2021
B1 - Elementary Programming in C
B-CPE-110

Antman

Itsy Bitsy Bytes

Coding Style

  • style mark: 22
  • style major: 0
  • style minor: 22
  • style info: 1

Note : 21.9%

  • 01: 5/5
  • 02: 4/4
  • 02: 3/4
  • 03: 0/3
  • 04: 6/10
  • 05: 0/10
  • 06: 6/10
  • 07: 1/3
  • 08: 4/10
  • 09: 0/10
  • 10: 0/10
  • 11: 1/3
  • 12: 2/10
  • 13: 0/10
  • 14: 0/10
  • 15: 0/3
  • 16: 0/10
  • 17: 0/10
  • 18: 0/10
  • 19: 0/2

Coverage: 74%


Content

binary name: antman/antman + giantman/giantman
language: C
build tool: via Makefile, including re, all, clean, fclean rules

Goal

The goal of this project is to compress data. You will write two programs.
The first one will take a file as input and compress it.
The second one will take a compressed file as input and translate it back to its original state

You must have 2 folders at the root of your repository: a folder named antman with a binary named antman in it, and a folder named giantman with binary named giantman in it.
Each folder must contain a Makefile compiling the corresponding binary and a Makefile at the root must compile all binaries.



Code rédigé selon la norme Epitech (promo 2026).

Recopier ce repo revient au vol de code.
Autrement dit, -42

About

antman Epitech 2021 project


Languages

Language:C 51.5%Language:HTML 39.3%Language:Makefile 5.3%Language:Shell 3.8%