ComlanGiovanni / 42-Exam-Rank-03

42 Exam Rank 03

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exam Rank 2 => ft_printf | | get_next_line

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

main test norminette clean code Hits

	/* ************************************************************************** */
	/*                                                                            */
	/*                                                        :::      ::::::::   */
	/*   42_Exam_Rank_03.c  (Version -> 2022)               :+:      :+:    :+:   */
	/*                                                    +:+ +:+         +:+     */
	/*   By: gcomlan <gcomlan@student.42.fr>            +#+  +:+       +#+        */
	/*                                                +#+#+#+#+#+   +#+           */
	/*   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