Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 498 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 498 Bytes

Gigasecond

Welcome to Gigasecond on Exercism's Delphi Pascal Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Given a moment, determine the moment that would be after a gigasecond has passed.

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

Source

Created by

  • @filiptoskovic

Contributed to by

  • @rpottsoh

Based on

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