exercism/crystal/gigasecond
Ben Harris b09bebcd84 hamming spec 2018-03-13 12:54:07 -04:00
..
spec hamming spec 2018-03-13 12:54:07 -04:00
src hamming spec 2018-03-13 12:54:07 -04:00
README.md hamming spec 2018-03-13 12:54:07 -04:00

README.md

Gigasecond

Calculate the moment when someone has lived for 10^9 seconds.

A gigasecond is 10^9 (1,000,000,000) seconds.

Setup

Follow the setup instructions for Crystal here:

http://exercism.io/languages/crystal

More help installing can be found here:

http://crystal-lang.org/docs/installation/index.html

Making the Test Suit Pass

Execute the tests with:

$ crystal spec

In each test suite all but the first test have been skipped.

Once you get a test passing, you can unskip the next one by changing pending to it.

Source

Chapter 9 in Chris Pine's online Learn to Program tutorial. http://pine.fm/LearnToProgram/?Chapter=09

Submitting Incomplete Solutions

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