Welcome to the Go Coding Challenges repository! This repository is dedicated to providing a collection of coding challenges and exercises to help you practice and improve your skills in the Go programming language.
This repository contains a variety of coding challenges focused on different aspects of the Go programming language. The challenges range from beginner to advanced levels, covering topics such as basic syntax, data structures, algorithms, and more.
Clone the Repository:
git clone https://github.com/ombima56/go-coding-challenges.git
cd go-coding-challenges
Each challenge is in i 52A7 ts own directory with a main.go file. Navigate to the desired challenge directory:
cd basic-functions/sum-of-two-numbers
You can run the provided Go code using:
go run main.go
- Feel free to modify the main.go files or create new ones to practice your solutions.