Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
6 lines
91 B
C
6 lines
91 B
C
#ifndef TWO_FER_H
|
|
#define TWO_FER_H
|
|
|
|
void two_fer(char *buffer, const char *name);
|
|
|
|
#endif
|