Skip to content

ComlanGiovanni/42-Exam-Rank-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	- The exam has 4 random question picked from each level.
	- You need to validate the 4 question to get 100.
	- Each time you fail the exam you restart at level 1.
	- There is no Norminette in the exam.
	- All the solution of the repo are normed(v3).
	- 56 Assigment in total, all main in train.c of each one.

main test norminette clean code Hits

	/* ************************************************************************** */
	/*                                                                            */
	/*                                                        :::      ::::::::   */
	/*   42_Exam_Rank_02.c  (Version -> 2022)               :+:      :+:    :+:   */
	/*                                                    +:+ +:+         +:+     */
	/*   By: gcomlan <[email protected]>            +#+  +:+       +#+        */
	/*                                                +#+#+#+#+#+   +#+           */
	/*   Created: 1999/01/01 23:59:59 by gcomlan           #+#    #+#             */
	/*   Updated: 1900/01/01 00:00:01 by gcomlan          ###   ########.fr       */
	/*                                                                            */
	/* ************************************************************************** */
Good luck 💚
Any fool can write code that a computer can understand.
Good programmers write code that humans can understand,
so if you want to go fast, if you want to get done quickly,
if you want your code to be easy to write, make it easy to read.

Martin Fowler && Robert C. Martin