Welcome to my repository for the 01 Edu Go Pool. This repository contains all my solutions to the pool exercises. These solutions are not perfect but can serve as a starting point to develop your own versions.
Important
This repository is published to help you advance in the pool if you are stuck (to guide you, to start a reflection), it is not at all made to be copied/pasted directly into your ide!
The Go Pool is a series of exercises designed to teach you the basics of the Go programming language. Each exercise aims to strengthen your understanding of different concepts and prepare you to write more complex Go programs.
Tip
You can directly click on the name of the exercise that interests you to consult its code online
First method, if you want to consult the code online directly refer to the structure above
Second method, if you want to open and edit the code locally :
-
Clone the repository to your local machine:
git clone https://github.com/LucasAstley/PiscineGo.git
-
Navigate to the folder of the exercise you want to check:
cd PiscineGo/exercice.goor
cd PiscineGo/exercice/main.go
Contributions are welcome! If you have a better solution or improvements to suggest, feel free to submit a pull request to help others. Please ensure your code is well-documented and tested.