Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crazyoptimist/challenge-find-pairs-go
- Owner: crazyoptimist
- Created: 2023-02-03T21:37:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T23:12:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T21:41:16.409Z (about 1 month ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find Pairs
## Prerequisites
- Go 1.16+ installed
## Run it
```
go run findpairs.go
```## Test
```
go test .
```