exercism-c/gigasecond
Blizzard Finnegan b92478b09c
Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack,
Darts, Hamming, and Space Age completed yesterday.

Binary and Linked List completed today.
2025-01-11 18:45:47 -05:00
..
.exercism Init commit 2025-01-11 18:45:47 -05:00
test-framework Init commit 2025-01-11 18:45:47 -05:00
gigasecond.c Init commit 2025-01-11 18:45:47 -05:00
gigasecond.h Init commit 2025-01-11 18:45:47 -05:00
HELP.md Init commit 2025-01-11 18:45:47 -05:00
makefile Init commit 2025-01-11 18:45:47 -05:00
README.md Init commit 2025-01-11 18:45:47 -05:00
test_gigasecond.c Init commit 2025-01-11 18:45:47 -05:00

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