Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today. |
||
---|---|---|
.. | ||
.exercism | ||
test-framework | ||
gigasecond.c | ||
gigasecond.h | ||
HELP.md | ||
makefile | ||
README.md | ||
test_gigasecond.c |
Gigasecond
Welcome to Gigasecond on Exercism's C 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
- @aydoganersoz
- @bcc32
- @DrJPizzle
- @Gamecock
- @gea-migration
- @h-3-0
- @patricksjackson
- @QLaille
- @RealBarrettBrown
- @ryanplusplus
- @wolf99
Based on
Chapter 9 in Chris Pine's online Learn to Program tutorial. - http://pine.fm/LearnToProgram/?Chapter=09