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-challengesEach challenge is in its own directory with a main.go file. Navigate to the desired challenge directory:
cd basic-functions/sum-of-two-numbersYou 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.