summaryrefslogtreecommitdiff
path: root/go/gigasecond/README.md
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-25 03:13:39 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-25 03:13:39 +0200
commit509c5063d66e8bbef4ec1def1c99c318be51aceb (patch)
treeafc811c4781a4e317043e2a0237499defc168044 /go/gigasecond/README.md
Initial import
Diffstat (limited to 'go/gigasecond/README.md')
-rw-r--r--go/gigasecond/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/go/gigasecond/README.md b/go/gigasecond/README.md
new file mode 100644
index 0000000..788f4c0
--- /dev/null
+++ b/go/gigasecond/README.md
@@ -0,0 +1,23 @@
+# Gigasecond
+
+Write a program that calculates the moment when someone has lived for 10^9 seconds.
+
+A gigasecond is 10^9 (1,000,000,000) seconds.
+
+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
+
+Chapter 9 in Chris Pine's online Learn to Program tutorial. [http://pine.fm/LearnToProgram/?Chapter=09](http://pine.fm/LearnToProgram/?Chapter=09)
+
+## Submitting Incomplete Problems
+It's possible to submit an incomplete solution so you can see how others have completed the exercise.
+