Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/challenge-find-pairs-go

Challenge at MachEight
https://github.com/crazyoptimist/challenge-find-pairs-go

Last synced: 13 days ago
JSON representation

Challenge at MachEight

Awesome Lists containing this project

README

        

# Find Pairs

## Prerequisites

- Go 1.16+ installed

## Run it

```
go run findpairs.go
```

## Test

```
go test .
```