From ca2c92a5d246df2be255271ff69f5e6907d4f16b Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 13 Dec 2019 09:59:28 +0000 Subject: [PATCH] Update go-reloaded.en.md --- subjects/go-reloaded.en.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/subjects/go-reloaded.en.md b/subjects/go-reloaded.en.md index 31da9ffc..7597f50d 100644 --- a/subjects/go-reloaded.en.md +++ b/subjects/go-reloaded.en.md @@ -1,3 +1,20 @@ +## go-reloaded + +### Introduction + +- Welcome back. Congratulations on your admission. + +This subject is a selection of the best exercises of the piscine-go. +This selection was made to get back smoothly to programming in go after the pause period. +All the exercises have to be done and they must all pass each and every tests. + +The goal of this project is to realize what you know and what you still need to perfectionate. +We strongly advise you to resist the temptation of looking at your old repository. + +To really learn programming, you must practice programming, so copy and pasting some old code will not help the learning process. + +One more detail. This time the project will be corrected by auditors. The auditors will be others students. + ## atoi ### Instructions