summaryrefslogtreecommitdiff
path: root/go/bracket-push/README.md
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-28 00:51:54 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-28 00:51:54 +0200
commit28978858033244093191c763dd7b8597faedae35 (patch)
tree84cb26bfd548bdaf39a943fa101bc7941badef93 /go/bracket-push/README.md
parent6a5bafe3d99c26e78c4ce240eb54a917259a9861 (diff)
Solve bracket
Diffstat (limited to 'go/bracket-push/README.md')
-rw-r--r--go/bracket-push/README.md24
1 files changed, 24 insertions, 0 deletions
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.
+