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

https://github.com/truemagic-coder/bpi

interview assignment
https://github.com/truemagic-coder/bpi

Last synced: 3 months ago
JSON representation

interview assignment

Awesome Lists containing this project

README

        

## Interview Assignment

## Run Program
- `go run main.go -i [input]`
- example: `go run main.go -i 110`

## Expected Output
- input of `1010` will output `S1 = 1`

## Invalid Input
- input of `112` will output `invalid input 2 at position 3`

## Run Tests
- `go test`