An open API service indexing awesome lists of open source software.

https://github.com/dbc2201/gigasecond


https://github.com/dbc2201/gigasecond

exercism-solutions java

Last synced: over 1 year ago
JSON representation

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