From 28978858033244093191c763dd7b8597faedae35 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 28 Aug 2016 00:51:54 +0200 Subject: Solve bracket --- go/bracket-push/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 go/bracket-push/README.md (limited to 'go/bracket-push/README.md') diff --git a/go/bracket-push/README.md b/go/bracket-push/README.md new file mode 100644 index 0000000..e080338 --- /dev/null +++ b/go/bracket-push/README.md @@ -0,0 +1,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. + -- cgit v1.2.3