Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
8 lines
103 B
C
8 lines
103 B
C
#ifndef GIGASECOND_H
|
|
#define GIGASECOND_H
|
|
|
|
#include <time.h>
|
|
|
|
time_t gigasecond_after(time_t);
|
|
|
|
#endif
|