https://github.com/dbc2201/gigasecond
https://github.com/dbc2201/gigasecond
exercism-solutions java
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbc2201/gigasecond
- Owner: dbc2201
- Created: 2022-02-26T16:06:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T16:06:14.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:39:36.310Z (over 1 year ago)
- Topics: exercism-solutions, java
- Language: HTML
- Homepage: https://exercism.org/tracks/java/exercises/gigasecond
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gigasecond
Welcome to Gigasecond on Exercism's Java 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
- @FridaTveit
- @jmrunkle
- @jtigger
- @kytrinyx
- @lemoncurry
- @LukBukkit
- @matthewmorgan
- @mirkoperillo
- @morrme
- @msomji
- @muzimuzhi
- @SleeplessByte
- @Smarticles101
- @sshine
- @stkent
- @Valkryst
- @vdemeester
- @Zaldrick
### Based on
Chapter 9 in Chris Pine's online Learn to Program tutorial. - http://pine.fm/LearnToProgram/?Chapter=09