Skip to content

A simple Go repository focused on solving algorithmic challenges and small exercises for learning and practicing purposes. Each problem is solved in standalone Go files for quick execution and testing.

Notifications You must be signed in to change notification settings

luizhenrique-dev/go-lab-exercices

Repository files navigation

Go Exercises Repository

A simple Go repository focused on solving algorithmic challenges and small exercises for learning and practicing purposes. Each problem is solved in standalone Go files for quick execution and testing.

Features

  • Solves specific algorithmic challenges
  • Each exercise is a standalone Go file for ease of testing
  • Focus on simplicity and readability
  • Exploring the possibilities and tools of the programming language

Requirements

  • Go 1.22+ (or higher)
  • Library testify to run the tests
     go get github.com/stretchr/testify
     go mod tidy

How to Use

  1. Clone the repository.
  2. Navigate to the directory of the exercise you want to run.
  3. Execute the file:
    go run <filename>.go

About

A simple Go repository focused on solving algorithmic challenges and small exercises for learning and practicing purposes. Each problem is solved in standalone Go files for quick execution and testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages