summaryrefslogtreecommitdiff
path: root/go/bracket-push/README.md
blob: e08033800105248d0a92b67b083539d07cc6105a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Bracket Push

Make sure the brackets and braces all match.

Ensure that all the brackets and braces are matched correctly,
and nested correctly.

To run the tests simply run the command `go test` in the exercise directory.

If the test suite contains benchmarks, you can run these with the `-bench`
flag:

    go test -bench .

For more detailed info about the Go track see the [help
page](http://exercism.io/languages/go).

## Source

Ginna Baker

## Submitting Incomplete Problems
It's possible to submit an incomplete solution so you can see how others have completed the exercise.