Sha256: e01fa69d2efa876e81f4c3d6d97567874683537169d0a3157daba9e9901f6f3b
Contents?: true
Size: 829 Bytes
Versions: 174
Compression:
Stored size: 829 Bytes
Contents
# Gigasecond Calculate the moment when someone has lived for 10^9 seconds. A gigasecond is 10^9 (1,000,000,000) seconds. ## Setup Go through the setup instructions for PL/SQL to get ready to code: http://exercism.io/languages/plsql ## Running the Tests Execute the tests by calling the `run` method in the respective `ut_<exercise>#` package. The necessary code should be contained at the end of the test package. As an example, the test for the _hamming_ exercise would be run using ``` begin ut_hamming#.run; end; / ``` ## 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 Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
174 entries across 174 versions & 1 rubygems