exercism/php/gigasecond
Ben Harris b751a92b9f initial php exercises 2021-11-09 01:16:46 -05:00
..
.exercism initial php exercises 2021-11-09 01:16:46 -05:00
Gigasecond.php initial php exercises 2021-11-09 01:16:46 -05:00
GigasecondTest.php initial php exercises 2021-11-09 01:16:46 -05:00
HELP.md initial php exercises 2021-11-09 01:16:46 -05:00
README.md initial php exercises 2021-11-09 01:16:46 -05:00

README.md

Gigasecond

Welcome to Gigasecond on Exercism's PHP 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

Contributed to by

  • @arueckauer
  • @dkinzer
  • @Dog
  • @kunicmarko20
  • @kytrinyx
  • @lafent
  • @MatheusNaldi
  • @petemcfarlane
  • @peteraba
  • @TFarla
  • @tstirrat15
  • @zembrowski

Based on

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