Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mefellows/code-challenge-brace-balancer

Because I can - create a small little function to balance braces
https://github.com/mefellows/code-challenge-brace-balancer

Last synced: about 2 months ago
JSON representation

Because I can - create a small little function to balance braces

Awesome Lists containing this project

README

        

# Code Challenge - Brace Balancer
Because I can - small little function in Golang to balance braces.

## Usage

```
go build -o balancer .
echo "}}}}{{}{{{{}{}}}" | ./balancer
Balancing string: }}}}{{}{{{{}{}}}}} => {{{{}}}}{{}{{{{}{}}}}}
```

## TestInputs

```
go test
```